Reading List

These are papers, articles and books that are interesting or useful from the perspective of crypto implementation.

Papers

Implementation Techniques

Random Number Generation

AES Side Channels

Public Key Side Channels

Books

  • “Handbook of Elliptic and Hyperelliptic Curve Cryptography” Cohen and Frey https://www.hyperelliptic.org/HEHCC/ An excellent reference for ECC math, algorithms, and side channels

  • “Post-Quantum Cryptography” Bernstein, Buchmann, Dahmen Covers code, lattice, and hash based cryptography

Standards