Skip to content

Commit

Permalink
[ecdsa-sca] Enable ECDSA-256 secret shares for capture
Browse files Browse the repository at this point in the history
- Enables sending of all secret shares (k0, k1, d0, d1) from the Python
code (capture.py).

- Enables the trace collection without needing to reflash the firmware
  at every iteration.

Signed-off-by: Bilgiday Yuce <bilgiday@opentitan.org>
  • Loading branch information
bilgiday committed Jan 17, 2023
1 parent 7dd1ab0 commit 0b7b862
Show file tree
Hide file tree
Showing 5 changed files with 252 additions and 126 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ cw/objs/lowrisc_systems_chip_englishbreakfast_cw305_0.1.bit filter=lfs diff=lfs
cw/objs/aes_serial_fpga_nexysvideo.bin filter=lfs diff=lfs merge=lfs -text
cw/objs/lowrisc_systems_chip_earlgrey_cw310_0.1.bit filter=lfs diff=lfs merge=lfs -text
cw/objs/lowrisc_systems_chip_earlgrey_cw310_0.1_kmac_dom.bit filter=lfs diff=lfs merge=lfs -text
cw/objs/lowrisc_systems_chip_earlgrey_cw310_0.1_ecdsa.bit filter=lfs diff=lfs merge=lfs -text
cw/objs/kmac_serial_fpga_cw310.bin filter=lfs diff=lfs merge=lfs -text
cw/objs/sha3_serial_fpga_cw310.bin filter=lfs diff=lfs merge=lfs -text
cw/objs/aes_serial_fpga_cw310.bin filter=lfs diff=lfs merge=lfs -text
cw/objs/ecc_serial_fpga_cw310.bin filter=lfs diff=lfs merge=lfs -text
cw/objs/ecc384_serial_fpga_cw310.bin filter=lfs diff=lfs merge=lfs -text
doc/img/cw310_cwhusky.jpg filter=lfs diff=lfs merge=lfs -text
doc/img/sample_traces_aes.png filter=lfs diff=lfs merge=lfs -text
doc/img/sample_traces_kmac.png filter=lfs diff=lfs merge=lfs -text
Expand Down
Loading

0 comments on commit 0b7b862

Please sign in to comment.