2
0
mirror of https://github.com/gchq/CyberChef synced 2026-02-25 17:13:16 +00:00

Fix Hash test

This commit is contained in:
Chris van Marle
2018-10-12 13:41:37 +02:00
parent be2b466376
commit b76aa16143

View File

@@ -411,7 +411,7 @@ TestRegister.addTests([
recipeConfig: [
{
"op": "HMAC",
"args": ["test", "SHA256"]
"args": [{"option": "Latin1", "string": "test"}, "SHA256"]
}
]
},