openssl/crypto/blake2
Andy Polyakov 1fab06a665 crypto/blake2: make lowest-level function handle multiple blocks..
This minimizes inter-block overhead. Performance gain naturally
varies from case to case, up to 10% was spotted so far. There is
one thing to recognize, given same circumstances gain would be
higher faster computational part is. Or in other words biggest
improvement coefficient would have been observed with assembly.

Reviewed-by: Emilia Käsper <emilia@openssl.org>
Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-03-31 21:34:00 +02:00
..
blake2_impl.h crypto/blake2: make lowest-level function handle multiple blocks.. 2016-03-31 21:34:00 +02:00
blake2_locl.h Remove #error from include files. 2016-03-20 19:48:36 -04:00
blake2b.c crypto/blake2: make lowest-level function handle multiple blocks.. 2016-03-31 21:34:00 +02:00
blake2s.c crypto/blake2: make lowest-level function handle multiple blocks.. 2016-03-31 21:34:00 +02:00
build.info Review comments 2016-03-11 10:39:10 -05:00
m_blake2b.c Move blake2_loclh to blake2 directory 2016-03-20 15:15:08 -04:00
m_blake2s.c Move blake2_loclh to blake2 directory 2016-03-20 15:15:08 -04:00
Makefile.in Remove the remainder of util/mk1mf.pl and companion scripts 2016-03-21 11:02:00 +01:00