summaryrefslogtreecommitdiffstats
path: root/src/crypto/aes.c
Commit message (Expand)AuthorAgeFilesLines
* [crypto] Add concept of cipher alignment sizeMichael Brown2022-11-071-0/+1
* [crypto] Add block cipher Galois/Counter mode of operationMichael Brown2022-10-251-0/+5
* [crypto] Add concept of authentication tag to cipher algorithmsMichael Brown2022-10-251-0/+2
* [crypto] Expose null crypto algorithm methods for reuseMichael Brown2022-10-251-11/+1Star
* [build] Fix strict-aliasing warning on older gcc versionsMichael Brown2015-07-281-4/+8
* [crypto] Replace AES implementationMichael Brown2015-07-271-0/+804