Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright headers for dual licensing. | Niels Möller | 2014-04-12 | 1 | -20/+31 |
* | poly1305_digest: Use union nettle_block16. | Niels Möller | 2014-01-20 | 1 | -5/+6 |
* | Move block buffer from poly1305_ctx to poly1305_aes_ctx. Simplify poly1305_di...poly1305 | Niels Möller | 2014-01-20 | 1 | -4/+27 |
* | Move nonce from poly1305_ctx to poly1305_aes_ctx. | Niels Möller | 2014-01-17 | 1 | -4/+4 |
* | Move poly1305-aes.h declarations into poly1305.h. Deleted POLY1305_* macros. | Niels Möller | 2014-01-16 | 1 | -5/+12 |
* | Make poly1305 code use struct aes128_ctx. | Niels Möller | 2014-01-16 | 1 | -2/+2 |
* | New function poly1305_update. | Niels Möller | 2013-12-19 | 1 | -7/+0 |
* | First implementation of poly1305. | Nikos Mavrogiannopoulos | 2013-11-10 | 1 | -0/+55 |