Harmonize the make variables across all known platforms families
[openssl.git] / crypto / poly1305 / poly1305.c
2016-11-03 Richard LevitteConvert poly1305 selftest into internal test
2016-06-30 Matt CaswellConvert memset calls to OPENSSL_cleanse
2016-05-17 Rich SalzCopyright consolidation 05/10
2016-05-16 Rich SalzUse OPENSSL_hexchar2int
2016-05-09 FdaSilvaYYfix tab-space mixed indentation
2016-04-28 FdaSilvaYYvarious spelling fixes
2016-04-25 Andy Polyakovcrypto/poly1305/asm: chase overflow bit on x86 and...
2016-04-04 Rich SalzRevert "various spelling fixes"
2016-04-04 FdaSilvaYYvarious spelling fixes
2016-04-04 Andy Polyakovcrypto/poly1305: don't break carry chains.
2016-03-29 Andy Polyakovpoly1305/asm/poly1305-x86.pl: don't loose 59-th bit.
2016-03-02 Andy Polyakovpoly1305/asm/poly1305-*.pl: flip horizontal add and...
2016-02-10 Andy Polyakovpoly1305/poly1305.c: work around -Wshadow warnings...
2015-12-10 Andy PolyakovAdd reference ChaCha20 and Poly1305 implementations.