mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
util.hmac: Reflow code
This commit is contained in:
parent
e70c9f1828
commit
2ab687396c
1 changed files with 5 additions and 3 deletions
|
@ -10,6 +10,8 @@
|
|||
|
||||
local hashes = require "util.hashes"
|
||||
|
||||
return { md5 = hashes.hmac_md5,
|
||||
sha1 = hashes.hmac_sha1,
|
||||
sha256 = hashes.hmac_sha256 };
|
||||
return {
|
||||
md5 = hashes.hmac_md5,
|
||||
sha1 = hashes.hmac_sha1,
|
||||
sha256 = hashes.hmac_sha256,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue