diff options
author | Hans Nilsson <[email protected]> | 2019-03-20 13:57:35 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2019-03-22 10:23:55 +0100 |
commit | 03f94058c410162091ce9168609908abd2caaba3 (patch) | |
tree | 9f9b4fcd1df89ab2bc4ada102b27c44cb1d2d0ab /lib/crypto/doc | |
parent | 651a9c3e8fe3f33182615ea39b62a15dcb2c0944 (diff) | |
download | otp-03f94058c410162091ce9168609908abd2caaba3.tar.gz otp-03f94058c410162091ce9168609908abd2caaba3.tar.bz2 otp-03f94058c410162091ce9168609908abd2caaba3.zip |
crypto: Update types of hash algorithms
Diffstat (limited to 'lib/crypto/doc')
-rw-r--r-- | lib/crypto/doc/src/crypto.xml | 21 |
1 files changed, 14 insertions, 7 deletions
diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml index aecb1890d0..ee95cc3074 100644 --- a/lib/crypto/doc/src/crypto.xml +++ b/lib/crypto/doc/src/crypto.xml @@ -257,20 +257,16 @@ </desc> </datatype> - <datatype_title>Digests</datatype_title> + <datatype_title>Digests and hash</datatype_title> <datatype> - <name name="sha1"/> - <name name="sha2"/> - <name name="sha3"/> - <name name="blake2"/> + <name name="hash_algorithm"/> <desc> </desc> </datatype> <datatype> - <name name="compatibility_only_hash"/> + <name name="hmac_hash_algorithm"/> <desc> - <p>The <c>compatibility_only_hash()</c> algorithms are recommended only for compatibility with existing applications.</p> </desc> </datatype> @@ -292,6 +288,17 @@ </desc> </datatype> + <datatype> + <name name="sha1"/> + <name name="sha2"/> + <name name="sha3"/> + <name name="blake2"/> + <name name="compatibility_only_hash"/> + <desc> + <p>The <c>compatibility_only_hash()</c> algorithms are recommended only for compatibility with existing applications.</p> + </desc> + </datatype> + <datatype_title>Elliptic Curves</datatype_title> <datatype> <name name="ec_named_curve"/> |