From 3e38506e0d82edbbacd2b6f23f9b39a93001d643 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 10 Dec 2017 19:54:02 -0500 Subject: 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 --- docs/hazmat/primitives/cryptographic-hashes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3