mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.hmac: Expose hmac-sha-512 too
All these are provided by util.hashes so why not?
This commit is contained in:
parent
2ab687396c
commit
df0fbd0514
1 changed files with 1 additions and 0 deletions
|
@ -14,4 +14,5 @@ return {
|
|||
md5 = hashes.hmac_md5,
|
||||
sha1 = hashes.hmac_sha1,
|
||||
sha256 = hashes.hmac_sha256,
|
||||
sha512 = hashes.hmac_sha512,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue