summaryrefslogtreecommitdiff
path: root/cipher/cipher-ccm.c
Commit message (Expand)AuthorAgeFilesLines
* Initial implementation of GCMDmitry Eremin-Solenikov2013-11-191-5/+7
* Add new MAC API, initially with HMACJussi Kivilinna2013-11-161-9/+4
* cipher: use size_t for internal buffer lengthsJussi Kivilinna2013-11-151-4/+4
* Improve the speed of the cipher mode codeJussi Kivilinna2013-10-231-4/+3
* Add Counter with CBC-MAC mode (CCM)Jussi Kivilinna2013-10-221-0/+370