summaryrefslogtreecommitdiff
path: root/poly1305-internal.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers for dual licensing.Niels Möller2014-04-121-8/+35
* poly1305_digest: Use union nettle_block16.Niels Möller2014-01-201-10/+11
* Move block buffer from poly1305_ctx to poly1305_aes_ctx. Simplify poly1305_di...poly1305Niels Möller2014-01-201-23/+12
* poly1305_block: New argument for the high bit.Niels Möller2014-01-171-32/+18
* Typo fix for poly1305 C implementation.Niels Möller2014-01-161-3/+3
* Preparations for 64-bit poly1305.Niels Möller2013-11-211-5/+22
* New function poly1305_block_internal.Niels Möller2013-11-121-44/+33
* New file poly1305-internal.cNiels Möller2013-11-121-0/+189