summaryrefslogtreecommitdiff
path: root/poly1305.h
Commit message (Collapse)AuthorAgeFilesLines
* Move block buffer from poly1305_ctx to poly1305_aes_ctx. Simplify ↵poly1305Niels Möller2014-01-201-14/+16
| | | | poly1305_digest.
* 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