string: Add support for SHA-3 algorithms

This commit is contained in:
Brad King
2016-11-10 16:31:34 -05:00
parent c326209fa3
commit 92f95aede9
7 changed files with 31 additions and 1 deletions

View File

@@ -230,6 +230,14 @@ The supported ``<HASH>`` algorithm names are:
US Secure Hash Algorithms, RFC 4634.
``SHA512``
US Secure Hash Algorithms, RFC 4634.
``SHA3_224``
Keccak SHA-3.
``SHA3_256``
Keccak SHA-3.
``SHA3_384``
Keccak SHA-3.
``SHA3_512``
Keccak SHA-3.
Generation
^^^^^^^^^^