diff --git a/fault_injection/configs/pen.global_fi.crypto.kmac.cw310.yaml b/fault_injection/configs/pen.global_fi.crypto.kmac.cw310.yaml index adbe5285..441408e2 100644 --- a/fault_injection/configs/pen.global_fi.crypto.kmac.cw310.yaml +++ b/fault_injection/configs/pen.global_fi.crypto.kmac.cw310.yaml @@ -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