summaryrefslogtreecommitdiff
path: root/poly1305.h
Commit message (Expand)AuthorAgeFilesLines
* poly1305: make internal symbols internalDmitry Baryshkov2020-04-151-14/+0
* Update copyright headers for dual licensing.Niels Möller2014-04-121-24/+32
* poly1305_digest: Use union nettle_block16.Niels Möller2014-01-201-2/+2
* Merge branch 'poly1305' into 'master'.Niels Möller2014-01-201-1/+2
* Move block buffer from poly1305_ctx to poly1305_aes_ctx. Simplify poly1305_di...poly1305Niels Möller2014-01-201-14/+16
* poly1305_block: New argument for the high bit.Niels Möller2014-01-171-1/+2
* Move nonce from poly1305_ctx to poly1305_aes_ctx.Niels Möller2014-01-171-3/+2
* Move poly1305-aes.h declarations into poly1305.h. Deleted POLY1305_* macros.Niels Möller2014-01-161-27/+41
* Reorder declarations.Niels Möller2014-01-161-13/+14
* Make poly1305 code use struct aes128_ctx.Niels Möller2014-01-161-2/+2
* New function poly1305_update.Niels Möller2013-12-191-13/+4
* Preparations for 64-bit poly1305.Niels Möller2013-11-211-10/+21
* First implementation of poly1305.Nikos Mavrogiannopoulos2013-11-101-0/+100