diff options
author | Jack Lloyd <[email protected]> | 2017-08-07 11:45:17 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-08-07 11:45:17 -0400 |
commit | 8bcba33c60056042f2d3a92d58038bbd655a73b8 (patch) | |
tree | b829040cabd6722b76e1e19d826ac9b9f02b7087 /doc | |
parent | fc6c93cd08d52d341feb30fcecb78a95057934d0 (diff) | |
parent | 5918de58edb2225be3ff0a02477204a2d57355bb (diff) |
Merge GH #1114 Add Streebog hash (GOST 34.11-2012)
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/hash.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/manual/hash.rst b/doc/manual/hash.rst index 605013e87..657c7bc28 100644 --- a/doc/manual/hash.rst +++ b/doc/manual/hash.rst @@ -60,6 +60,7 @@ Botan implements the following hash algorithms: - SHA-3 - SHAKE (SHAKE-128, SHAKE-256) - SM3 + - Streebog (Streebog-256, Streebog-512) - Skein-512 - Tiger - Whirlpool |