summaryrefslogtreecommitdiff
path: root/poly1305-internal.c
Commit message (Collapse)AuthorAgeFilesLines
* [PowerPC] Implement Poly1305 single block update based on radix 2^64Maamoun TK2022-05-291-0/+22
|
* Delete name mangling of internal poly1305 symbolsNiels Möller2020-11-301-3/+3
|
* poly1305: make internal symbols internalDmitry Baryshkov2020-04-151-2/+3
| | | | | | | | Make low-level poly1305 functions that were marked as "internal" in public header file really internal. Change their prefix from nettle to _nettle. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
* 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 ↵poly1305Niels Möller2014-01-201-23/+12
| | | | poly1305_digest.
* 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