openssl/crypto/poly1305
Andy Polyakov 1457731221 poly1305/asm/poly1305-armv4.pl: replace ambiguous instruction.
Different assembler versions disagree on how to interpret #-1 as
argument to vmov.i64, as 0xffffffffffffffff or 0x00000000ffffffff.
So replace it with something they can't disagree on.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-02-23 21:14:25 +01:00
..
asm poly1305/asm/poly1305-armv4.pl: replace ambiguous instruction. 2016-02-23 21:14:25 +01:00
build.info Pass $(CC) to perlasm scripts via the environment 2016-02-13 19:21:36 +01:00
Makefile.in Always build library object files with shared library cflags 2016-02-20 16:51:31 +01:00
poly1305.c poly1305/poly1305.c: work around -Wshadow warnings with POLY1305_ASM. 2016-02-10 10:31:18 +01:00
poly1305_ieee754.c crypto/poly1305: add floating-point reference implementation. 2016-02-13 21:59:02 +01:00