This framework needs wider support for different crypto primitives (or at least a way to work out whether they fit or not).
- des large keys
- aes192,aes256
- masked aes, second order trickery
- point multiplication (see donjonctf 2021 side channel)
I'm not sure how to manage this high-level. Maybe using the CW approach of scripts for each attack is correct.
This framework needs wider support for different crypto primitives (or at least a way to work out whether they fit or not).
I'm not sure how to manage this high-level. Maybe using the CW approach of scripts for each attack is correct.