- Event Series
- This event is an instance of E617: Weekly Standup, and repeats every week.
Event Timeline
Comment Actions
These weeks
- Learning new technology + standardization (direct purpose is to update Gnuk)
- AEAD
- CAESAR: https://competitions.cr.yp.to/caesar-submissions.html
- NIST lightweight crypto: https://csrc.nist.gov/Projects/lightweight-cryptography/round-2-candidates
- Ascon implementation: https://github.com/ascon/ascon-c
- SAEB and SAEAES: https://www.saeaes.net/
- AES smaller
- (software) AES Smaller Than S-Box: (I don't yet read) https://link.springer.com/chapter/10.1007/978-3-319-16363-5_4
- (hardware) Smashing the Implementation Records of AES S-box: https://tches.iacr.org/index.php/TCHES/article/view/884/835
- AES software implementations
- Historically, DJB implementation: https://cr.yp.to/aes-speed.html
- Then, "Fast Software AES Encryption": https://www.iacr.org/archive/fse2010/61470076/61470076.pdf
- Paper: "All the AES You Need": https://ko.stoffelen.nl/papers/sac2016-aesarm.pdf
- Impl: https://github.com/Ko-/aes-armcortexm (including non-table version and masked version)
- Some papers about AES with blinding (masking with random values)
- AEAD