diff options
author | Daniel Wyatt <[email protected]> | 2017-04-02 12:06:15 -0400 |
---|---|---|
committer | Ronald Tse <[email protected]> | 2017-04-03 08:09:14 +0900 |
commit | 80e2864358df6be840b4b6c7a6f5c331c4a375f4 (patch) | |
tree | a0bac9c0c240cb7cdd6b49034f14cebb2e6a99ac /doc | |
parent | c8bec4132b1b7937438263fee14bd8e039d4c0b7 (diff) |
Add SM3 hash function
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 f4edc7a4e..605013e87 100644 --- a/doc/manual/hash.rst +++ b/doc/manual/hash.rst @@ -59,6 +59,7 @@ Botan implements the following hash algorithms: - SHA-2 (SHA-224, SHA-256, SHA-384, SHA-512-256) - SHA-3 - SHAKE (SHAKE-128, SHAKE-256) + - SM3 - Skein-512 - Tiger - Whirlpool |