Skip to content

Commit

Permalink
[pentest] Add ECDSA256 sign SCA tests
Browse files Browse the repository at this point in the history
This commit adds the following OTBN SCA tests:
- otbn.sca.ecdsa256.sign
- otbn.sca.ecdsa256.sign_batch
- otbn.sca.ecdsa256.sign_fvsr_batch

Signed-off-by: Pascal Nasahl <[email protected]>
Co-authored-by: Alexander Wagner <[email protected]>
  • Loading branch information
nasahlpa and aewag committed Feb 13, 2025
1 parent 991e3e2 commit 186ff62
Show file tree
Hide file tree
Showing 4 changed files with 437 additions and 0 deletions.
1 change: 1 addition & 0 deletions sw/device/tests/penetrationtests/firmware/sca/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ cc_library(
"//sw/device/tests/penetrationtests/firmware/sca/otbn:otbn_insn_carry_flag",
"//sw/device/tests/penetrationtests/firmware/sca/otbn:otbn_key_sideload_sca",
"//sw/device/tests/penetrationtests/json:otbn_sca_commands",
"//sw/otbn/crypto:p256_ecdsa_sca",
"//sw/otbn/crypto:rsa",
],
)
Expand Down
Loading

0 comments on commit 186ff62

Please sign in to comment.