diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2017-12-10 19:54:02 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2017-12-11 08:54:02 +0800 |
commit | 3e38506e0d82edbbacd2b6f23f9b39a93001d643 (patch) | |
tree | 53f32ab5f2c0229bda69812234397912d5b3edbf /docs/hazmat/primitives | |
parent | 740f3cd344a05bc644d8ec83271d922942d74389 (diff) | |
download | cryptography-3e38506e0d82edbbacd2b6f23f9b39a93001d643.tar.gz cryptography-3e38506e0d82edbbacd2b6f23f9b39a93001d643.tar.bz2 cryptography-3e38506e0d82edbbacd2b6f23f9b39a93001d643.zip |
Don't use whirlpool as an example (#4053)
Both because it's weirdo crypto, but also because we don't even support it.
Adhere to our documented policy of using good crypto for all examples
Diffstat (limited to 'docs/hazmat/primitives')
-rw-r--r-- | docs/hazmat/primitives/cryptographic-hashes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/hazmat/primitives/cryptographic-hashes.rst b/docs/hazmat/primitives/cryptographic-hashes.rst index 521ae094..7e23ce9e 100644 --- a/docs/hazmat/primitives/cryptographic-hashes.rst +++ b/docs/hazmat/primitives/cryptographic-hashes.rst @@ -175,7 +175,7 @@ Interfaces :type: str The standard name for the hash algorithm, for example: ``"sha256"`` or - ``"whirlpool"``. + ``"blake2b"``. .. attribute:: digest_size |