From 918546531fafb9a20170fc1ba1a2c876a46b3cc1 Mon Sep 17 00:00:00 2001 From: Daniel White Date: Thu, 27 Sep 2012 00:11:00 +1000 Subject: crypto: Document all types currently available for hmac_init --- lib/crypto/doc/src/crypto.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/crypto/doc/src/crypto.xml') 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() = >]]> hmac_init(Type, Key) -> Context - Type = sha | md5 | ripemd160 + Type = md5 | ripemd160 | sha | sha224 | sha256 | sha384 | sha512 Key = iolist() | binary() Context = binary() -- cgit v1.2.3