aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/aes.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-07[crypto] Add concept of cipher alignment sizeMichael Brown1-0/+1
2022-10-25[crypto] Add block cipher Galois/Counter mode of operationMichael Brown1-0/+5
2022-10-25[crypto] Add concept of authentication tag to cipher algorithmsMichael Brown1-0/+2
2022-10-25[crypto] Expose null crypto algorithm methods for reuseMichael Brown1-11/+1
2015-07-27[build] Fix strict-aliasing warning on older gcc versionsMichael Brown1-4/+8
2015-07-27[crypto] Replace AES implementationMichael Brown1-0/+804