tpl/crypto: Add hmac

This commit is contained in:
Edouard
2020-06-05 20:04:11 +02:00
committed by GitHub
parent 740fa4a91d
commit 7eeebe1e5a
5 changed files with 133 additions and 0 deletions

View File

@@ -3059,6 +3059,23 @@
"6ec43b78da9669f50e4e422575c54bf87536954ccd58280219c393f2ce352b46"
]
]
},
"HMAC": {
"Description": "HMAC hashes the concatenation of a message and a secret key with the given hash function and returns its checksum.",
"Args": [
"hash function",
"message",
"key"
],
"Aliases": [
"hmac"
],
"Examples": [
[
"{{ hmac \"sha256\" \"Hello Gopher!\" \"Hello world, gophers!\" }}",
"32aea97d5688891fb35175c5518012323a3079994b909dd6f1bc481e4d0e7ce9"
]
]
}
},
"data": {