-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[fi] Adapt FI code to latest changes #368
Conversation
Signed-off-by: Pascal Nasahl <[email protected]>
Signed-off-by: Pascal Nasahl <[email protected]>
Signed-off-by: Pascal Nasahl <[email protected]>
This commit renames the crypto_fi_* commands to crypto_* in order to be consistent with the other (Ibex, OTBN) tests. Signed-off-by: Pascal Nasahl <[email protected]>
Signed-off-by: Pascal Nasahl <[email protected]>
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}' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I changed the expected result in nasahlpa/opentitan@5371311
expected_result
is now:
{"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}
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated, thanks!
Signed-off-by: Pascal Nasahl <[email protected]>
Signed-off-by: Pascal Nasahl <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks all!
This PR consists of a couple of commits to update the ot-sca FI code to the latest changes in the penetration testing firmware.