diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2020-03-02 21:49:30 +0100 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2020-03-02 21:49:30 +0100 |
commit | 2d7829b2d5784fc5812ffede90036d01dc23b77f (patch) | |
tree | f6cabaac22360e0b515153600b23ca4e2e30a825 /doc/ja/weechat_plugin_api.ja.adoc | |
parent | c6757f642f4d73e0ffa530aac986d33aa632c04d (diff) | |
download | weechat-2d7829b2d5784fc5812ffede90036d01dc23b77f.zip |
core: require libgcrypt >= 1.7.0 for SHA3 algorithms
Diffstat (limited to 'doc/ja/weechat_plugin_api.ja.adoc')
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.adoc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index a31f4b15c..fb738a897 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -3387,10 +3387,10 @@ Supported hash algorithms: | `+sha256+` | SHA-256 | 32 bytes (256 bits) | | `+sha384+` | SHA-384 | 48 bytes (384 bits) | | `+sha512+` | SHA-512 | 64 bytes (512 bits) | -| `+sha3-224+` | SHA3-224 | 28 bytes (224 bits) | -| `+sha3-256+` | SHA3-256 | 32 bytes (256 bits) | -| `+sha3-384+` | SHA3-384 | 48 bytes (384 bits) | -| `+sha3-512+` | SHA3-512 | 64 bytes (512 bits) | +| `+sha3-224+` | SHA3-224 | 28 bytes (224 bits) | Algorithm available with libgcrypt ≥ 1.7.0. +| `+sha3-256+` | SHA3-256 | 32 bytes (256 bits) | Algorithm available with libgcrypt ≥ 1.7.0. +| `+sha3-384+` | SHA3-384 | 48 bytes (384 bits) | Algorithm available with libgcrypt ≥ 1.7.0. +| `+sha3-512+` | SHA3-512 | 64 bytes (512 bits) | Algorithm available with libgcrypt ≥ 1.7.0. |=== 戻り値: |