summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2020-03-02 21:49:30 +0100
committerSébastien Helleu <flashcode@flashtux.org>2020-03-02 21:49:30 +0100
commit2d7829b2d5784fc5812ffede90036d01dc23b77f (patch)
treef6cabaac22360e0b515153600b23ca4e2e30a825 /doc/en
parentc6757f642f4d73e0ffa530aac986d33aa632c04d (diff)
downloadweechat-2d7829b2d5784fc5812ffede90036d01dc23b77f.zip
core: require libgcrypt >= 1.7.0 for SHA3 algorithms
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/weechat_plugin_api.en.adoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc
index ad284b573..0d72b7a5c 100644
--- a/doc/en/weechat_plugin_api.en.adoc
+++ b/doc/en/weechat_plugin_api.en.adoc
@@ -3368,10 +3368,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.
|===
Return value: