diff options
author | Daniel White <[email protected]> | 2012-09-27 00:11:00 +1000 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2012-12-12 15:28:24 +0100 |
commit | 918546531fafb9a20170fc1ba1a2c876a46b3cc1 (patch) | |
tree | 31f4f0e9293d144c2c965a56fd6e8ba7977f8e50 /lib/crypto | |
parent | 17532edb1301f52c1dbc37955a527bb1da333b4d (diff) | |
download | otp-918546531fafb9a20170fc1ba1a2c876a46b3cc1.tar.gz otp-918546531fafb9a20170fc1ba1a2c876a46b3cc1.tar.bz2 otp-918546531fafb9a20170fc1ba1a2c876a46b3cc1.zip |
crypto: Document all types currently available for hmac_init
Diffstat (limited to 'lib/crypto')
-rw-r--r-- | lib/crypto/doc/src/crypto.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/crypto/doc/src/crypto.xml b/lib/crypto/doc/src/crypto.xml index 3e533158c8..0f21441748 100644 --- a/lib/crypto/doc/src/crypto.xml +++ b/lib/crypto/doc/src/crypto.xml @@ -346,7 +346,7 @@ Mpint() = <![CDATA[<<ByteLen:32/integer-big, Bytes:ByteLen/binary>>]]> <name>hmac_init(Type, Key) -> Context</name> <fsummary></fsummary> <type> - <v>Type = sha | md5 | ripemd160</v> + <v>Type = md5 | ripemd160 | sha | sha224 | sha256 | sha384 | sha512</v> <v>Key = iolist() | binary()</v> <v>Context = binary()</v> </type> |