aboutsummaryrefslogtreecommitdiff
path: root/src/crypto/gcm.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-10[crypto] Support in-place decryption for GCM ciphersMichael Brown1-34/+32
2022-11-09[crypto] Ensure relevant GCM cipher state is cleared by cipher_setiv()Michael Brown1-7/+13
2022-10-25[crypto] Add block cipher Galois/Counter mode of operationMichael Brown1-0/+531