testutils.c: Fix high bits of the mpz_urandomb used with mini-gmp.
[gd/nettle] / poly1305.h
2014-04-12 Niels MöllerUpdate copyright headers for dual licensing.
2014-01-21 Niels MöllerMerge branch 'camellia-reorg' into master.
2014-01-20 Niels Möllerpoly1305_digest: Use union nettle_block16.
2014-01-20 Niels MöllerMerge branch 'poly1305' into 'master'.
2014-01-20 Niels MöllerMove block buffer from poly1305_ctx to poly1305_aes_ctx...
2014-01-17 Niels Möllerpoly1305_block: New argument for the high bit.
2014-01-17 Niels MöllerMove nonce from poly1305_ctx to poly1305_aes_ctx.
2014-01-16 Niels MöllerMove poly1305-aes.h declarations into poly1305.h. Delet...
2014-01-16 Niels MöllerReorder declarations.
2014-01-16 Niels MöllerMake poly1305 code use struct aes128_ctx.
2013-12-19 Niels MöllerNew function poly1305_update.
2013-11-21 Niels MöllerPreparations for 64-bit poly1305.
2013-11-10 Nikos Mavrogiannop... First implementation of poly1305.