summaryrefslogtreecommitdiffstats
path: root/crypto/poly1305/poly1305_base2_44.c
AgeCommit message (Collapse)Author
2018-12-06Following the license change, modify the boilerplates in crypto/poly1305/Richard Levitte
[skip ci] Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7810)
2017-01-21poly1305/poly1305_base2_44.c: clarify shift boundary condition.Andy Polyakov
Reviewed-by: Matt Caswell <matt@openssl.org>
2016-12-12poly1305/poly1305_base2_44.c: add reference base 2^44 implementation.Andy Polyakov
Reviewed-by: Rich Salz <rsalz@openssl.org>