openssl/crypto/poly1305
Andy Polyakov 0a5d1a38f2 poly1305/asm/poly1305-x86_64.pl: add poly1305_blocks_vpmadd52_8x.
As hinted by its name new subroutine processes 8 input blocks in
parallel by loading data to 512-bit registers. It still needs more
work, as it needs to handle some specific input lengths better.
In this sense it's yet another intermediate step...

Reviewed-by: Rich Salz <rsalz@openssl.org>
2017-03-22 10:59:59 +01:00
..
asm poly1305/asm/poly1305-x86_64.pl: add poly1305_blocks_vpmadd52_8x. 2017-03-22 10:59:59 +01:00
build.info Add support for Poly1305 in EVP_PKEY 2017-01-24 15:40:37 +01:00
poly1305.c Convert poly1305 selftest into internal test 2016-11-03 13:13:31 +01:00
poly1305_ameth.c Add support for Poly1305 in EVP_PKEY 2017-01-24 15:40:37 +01:00
poly1305_base2_44.c poly1305/poly1305_base2_44.c: clarify shift boundary condition. 2017-01-21 22:33:38 +01:00
poly1305_ieee754.c Copyright consolidation 05/10 2016-05-17 15:38:09 -04:00
poly1305_local.h Convert poly1305 selftest into internal test 2016-11-03 13:13:31 +01:00
poly1305_pmeth.c Add support for Poly1305 in EVP_PKEY 2017-01-24 15:40:37 +01:00