aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/poly1305
Commit message (Expand)AuthorAgeFilesLines
* Make sure the effect of "pic" / "no-pic" is used with assembler compilationsRichard Levitte2016-03-091-1/+1
* Unified - adapt the generation of poly1305 assembler to use GENERATERichard Levitte2016-03-095-13/+19
* SPARCv9 assembly pack: unify build rules and argument handling.Andy Polyakov2016-03-083-2/+5
* poly1305/asm/poly1305-*.pl: flip horizontal add and reduction.Andy Polyakov2016-03-025-94/+128
* Consistently use arm_arch.h constants in armcap assembly code.David Benjamin2016-03-021-1/+1
* poly1305/asm/poly1305-armv4.pl: replace ambiguous instruction.Andy Polyakov2016-02-231-2/+2
* Always build library object files with shared library cflagsRichard Levitte2016-02-201-1/+1
* Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte2016-02-181-1/+1
* crypto/poly1305: add floating-point reference implementation.Andy Polyakov2016-02-131-0/+470
* Pass $(CC) to perlasm scripts via the environmentRichard Levitte2016-02-131-6/+6
* PPC assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-134-0/+1376
* C64x+ assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-131-0/+320
* ARM assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-133-0/+2144
* poly1305/asm/poly1305-x86_64.pl: MacOS X portability fix.Andy Polyakov2016-02-111-2/+2
* poly1305/asm/poly1305-x86_64.pl: fix mingw64 build.Andy Polyakov2016-02-111-4/+6
* unified build scheme: add a "unified" template for Unix MakefileRichard Levitte2016-02-101-0/+12
* poly1305/poly1305.c: work around -Wshadow warnings with POLY1305_ASM.Andy Polyakov2016-02-101-3/+12
* x86[_64] assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-103-0/+4042
* s390x assembly pack: add ChaCha20 and Poly1305 modules.Andy Polyakov2016-02-092-0/+218
* unified build scheme: add build.info filesRichard Levitte2016-02-011-0/+3
* Engage poly1305-sparcv9 module.Andy Polyakov2016-01-311-0/+3
* Add poly1305/asm/poly1305-sparcv9.pl.Andy Polyakov2016-01-311-0/+1097
* Templatize util/domdRich Salz2016-01-291-2/+1
* Remove update tagsRich Salz2016-01-201-2/+0
* Remove some old makefile targetsRich Salz2016-01-171-12/+0
* Move Makefiles to Makefile.inRich Salz2016-01-121-2/+0
* Configure: add framework for ChaCha and Poly1305 assembly.Andy Polyakov2015-12-131-3/+3
* Add reference ChaCha20 and Poly1305 implementations.Andy Polyakov2015-12-102-0/+944