aboutsummaryrefslogtreecommitdiff
path: root/crypto/poly1305
AgeCommit message (Expand)AuthorFilesLines
2018-07-06evp/e_chacha20_poly1305.c: further improve small-fragment TLS performance.Andy Polyakov1-0/+104
2018-06-20Update copyright yearMatt Caswell1-1/+1
2018-06-18{chacha|poly1305}/asm/*-x64.pl: harmonize clang version detection.Andy Polyakov1-1/+1
2018-06-08Add support getting raw private/public keysMatt Caswell1-0/+21
2018-06-03PPC assembly pack: correct POWER9 results.Andy Polyakov3-3/+1
2018-05-29Update copyright yearMatt Caswell2-2/+2
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx1-1/+1
2018-05-10PPC assembly pack: add POWER9 results.Andy Polyakov3-0/+3
2018-05-01Update copyright yearMatt Caswell1-1/+1
2018-04-26Fix mixed indentation (and other whitespace issues)Dr. Matthias St. Pierre1-37/+37
2018-04-18poly1305/asm/poly1305-armv4.pl: remove unintentional relocation.Rahul Chaudhry1-1/+2
2018-04-17Update copyright yearRichard Levitte1-1/+1
2018-04-05Set error code if alloc returns NULLRich Salz1-2/+4
2018-03-20Update copyright yearMatt Caswell1-1/+1
2018-03-15Add support for setting raw private Poly1305 keysMatt Caswell1-1/+35
2018-02-27Update copyright yearMatt Caswell1-1/+1
2018-02-24{ec/curve25519,poly1305/poly1305}.c: relax pedantic constraint.Andy Polyakov1-3/+2
2018-02-14Harmonize the make variables across all known platforms familiesRichard Levitte1-2/+1
2018-01-31poly1305/poly1305_ieee754.c: add support for MIPS.Andy Polyakov1-1/+17
2018-01-28Processing GNU-style "make variables" - separate CPP flags from C flagsRichard Levitte1-1/+3
2017-12-23poly1305/asm/poly1305-x86_64.pl: add Knights Landing AVX512 result.Andy Polyakov1-19/+21
2017-11-25poly1305/asm/poly1305-x86_64.pl: switch to pure AVX512F.Andy Polyakov1-68/+72
2017-11-13ARMv8 assembly pack: add Qualcomm Kryo results.Andy Polyakov1-0/+1
2017-11-11Many spelling fixes/typo's corrected.Josh Soref2-4/+4
2017-07-21x86_64 assembly pack: "optimize" for Knights Landing, add AVX-512 results.Andy Polyakov1-2/+5
2017-07-03x86_64 assembly pack: fill some blanks in Ryzen results.Andy Polyakov1-1/+1
2017-05-11Remove filename argument to x86 asm_init.David Benjamin1-1/+1
2017-03-22poly1305/asm/poly1305-x86_64.pl: add poly1305_blocks_vpmadd52_8x.Andy Polyakov1-0/+383
2017-03-22x86_64 assembly pack: add some Ryzen performance results.Andy Polyakov1-0/+1
2017-03-13poly1305/asm/poly1305-x86_64.pl: add poly1305_blocks_vpmadd52_4x.Andy Polyakov1-2/+474
2017-03-13poly1305/asm/poly1305-armv8.pl: ilp32-specific poly1305_init fix.Andy Polyakov1-0/+4
2017-02-26poly1305/asm/poly1305-x86_64.pl: minor AVX512 optimization.Andy Polyakov1-42/+32
2017-02-26poly1305/asm/poly1305-x86_64.pl: add CFI annotations.Andy Polyakov1-0/+87
2017-02-25poly1305/asm/poly1305-x86_64.pl: add VPMADD52 code path.Andy Polyakov1-4/+215
2017-02-25poly1305/asm/poly1305-x86_64.pl: switch to vpermdd in table expansion.Andy Polyakov1-56/+37
2017-02-25poly1305/asm/poly1305-x86_64.pl: optimize AVX512 code path.Andy Polyakov1-82/+75
2017-01-24Add support for Poly1305 in EVP_PKEYTodd Short3-0/+261
2017-01-21poly1305/poly1305_base2_44.c: clarify shift boundary condition.Andy Polyakov1-2/+2
2016-12-19x86 assembly pack: update performance results.Andy Polyakov1-0/+1
2016-12-15poly1305/asm/poly1305-x86_64.pl: allow nasm to assemble AVX512 code.Andy Polyakov1-2/+3
2016-12-12x86_64 assembly pack: add AVX512 ChaCha20 and Poly1305 code paths.Andy Polyakov1-9/+669
2016-12-12poly1305/poly1305_base2_44.c: add reference base 2^44 implementation.Andy Polyakov1-0/+171
2016-11-10Revert "Move algorithm specific ppccap code from crypto/ppccap.c"Richard Levitte1-41/+0
2016-11-09Move algorithm specific ppccap code from crypto/ppccap.cRichard Levitte1-0/+41
2016-11-03Convert poly1305 selftest into internal testRichard Levitte2-506/+28
2016-10-24x86_64 assembly pack: add Goldmont performance results.Andy Polyakov2-0/+2
2016-09-02MIPS assembly pack: adapt it for MIPS[32|64]R6.Andy Polyakov2-19/+32
2016-08-16ARMv8 assembly pack: add Samsung Mongoose results.Andy Polyakov1-0/+1
2016-08-05spelling fixes, just comments and readme.klemens1-1/+1
2016-07-01SPARC assembly pack: enforce V8+ ABI constraints.Andy Polyakov1-5/+5