mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-22 07:46:16 -04:00
Fix Hash test
This commit is contained in:
parent
be2b466376
commit
b76aa16143
1 changed files with 1 additions and 1 deletions
|
@ -411,7 +411,7 @@ TestRegister.addTests([
|
||||||
recipeConfig: [
|
recipeConfig: [
|
||||||
{
|
{
|
||||||
"op": "HMAC",
|
"op": "HMAC",
|
||||||
"args": ["test", "SHA256"]
|
"args": [{"option": "Latin1", "string": "test"}, "SHA256"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue