Added ChaCha20 implementation with SSE2 opcodes.
authorThomas Pornin <pornin@bolet.org>
Wed, 26 Jul 2017 13:58:01 +0000 (15:58 +0200)
committerThomas Pornin <pornin@bolet.org>
Wed, 26 Jul 2017 13:58:01 +0000 (15:58 +0200)
commit24c6f09bf83015e04e16666e8a5fb66e75967e0d
tree4f0136095141ce75973e939be02659728845dc64
parent5414fd525e903fe65e372735f106dcdc19109aad
Added ChaCha20 implementation with SSE2 opcodes.
inc/bearssl_block.h
mk/Rules.mk
mk/mkrules.sh
src/config.h
src/inner.h
src/ssl/ssl_engine_default_chapol.c
src/symcipher/chacha20_sse2.c [new file with mode: 0644]
test/test_crypto.c
test/test_speed.c