Skip to content

Commit

Permalink
[fi] Adapt KMAC expected result
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Nasahl <[email protected]>
  • Loading branch information
nasahlpa committed May 24, 2024
1 parent d2a0e62 commit 5a79fd5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ test:
which_test: "crypto_kmac_absorb"
# which_test: "crypto_kmac_squeeze"
# which_test: "crypto_kmac_static"
expected_result: '{"ciphertext":[184,34,91,108,231,47,251,27],"alerts":0,"err_status":0}'
expected_result: '{"digest":[184,34,91,108,231,47,251,27],"digest_2nd":[142,188,186,201,216,47,203,192],"alerts":[0,0,0],"err_status":0}'
# Set to true if the test should ignore alerts returned by the test. As the
# alert handler on the device could sometime fire alerts that are not
# related to the FI, ignoring is by default set to true. A manual analysis
Expand Down

0 comments on commit 5a79fd5

Please sign in to comment.