diff options
author | Jack Lloyd <[email protected]> | 2017-04-05 12:02:26 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-04-05 12:02:26 -0400 |
commit | 313d023669eb99679d546a933aa3b67d5c2dedd5 (patch) | |
tree | 15ff76c67234c3844be3ddf9f514c59d7d71a648 /doc | |
parent | 7bdffd52a96e08e9452d1985258376a3925a497b (diff) | |
parent | 9af0ae2334465af784c23dd3c641e1de362c596d (diff) |
Merge GH #966 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 |