The AVX512 optimized BLAKE2B implementation hasn't been imported yet

This commit is contained in:
Frank Denis 2017-09-15 13:15:43 +02:00
parent f86f021acf
commit 383705ffc2

View File

@ -26,7 +26,6 @@ libsodium_la_SOURCES = \
crypto_generichash/blake2b/ref/blake2b-load-sse2.h \
crypto_generichash/blake2b/ref/blake2b-load-sse41.h \
crypto_generichash/blake2b/ref/blake2b-load-avx2.h \
crypto_generichash/blake2b/ref/blake2b-load-avx512f.h \
crypto_generichash/blake2b/ref/blake2b-ref.c \
crypto_generichash/blake2b/ref/generichash_blake2b.c \
crypto_hash/crypto_hash.c \