lowRISC / ot-sca

Side-channel analysis setup for OpenTitan
Apache License 2.0
28 stars 26 forks source link

[capture] Switch ciphertext to mac/tag for KMAC #239

Open nasahlpa opened 11 months ago

nasahlpa commented 11 months ago

Currently, the KMAC script uses variable names from AES (ciphertext instead of mac/tag). We should change this in the script as well as in the trace database to maintain readability.

m-temp commented 11 months ago

Same holds true for SHA3. Ciphertext is used instead of hash/digest