summaryrefslogtreecommitdiff
path: root/cipher/cipher-poly1305.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-23cipher: Check length of supplied tag in _gcry_cipher_poly1305_check_tag.Werner Koch1-5/+13
2016-03-23Fix buffer overrun in gettag for Poly1305Peter Wu1-3/+3
2015-05-14Update documentation for Poly1305-ChaCha20 AEAD, RFC-7539Jussi Kivilinna1-1/+1
2014-12-23Poly1305-AEAD: updated implementation to match draft-irtf-cfrg-chacha20-poly1...Jussi Kivilinna1-20/+50
2014-05-12Add Poly1305 based cipher AEAD modeJussi Kivilinna1-0/+296