aboutsummaryrefslogtreecommitdiffstats
path: root/src/aead/gcm
Commit message (Expand)AuthorAgeFilesLines
* Add an offset to ignore at the start of the buffer in AEAD processinglloyd2013-03-282-21/+32
* Add nonce length checks to EAX and GCMlloyd2013-03-281-0/+3
* Add an AEAD_Filter that wraps an AEAD_Mode, plus various bug fixes.lloyd2013-03-271-6/+12
* Convert OCB to new AEAD interfacelloyd2013-03-271-1/+0
* Move GCM to new AEAD interfacelloyd2013-03-273-0/+335