summaryrefslogtreecommitdiff
path: root/scrypt.config
diff options
context:
space:
mode:
Diffstat (limited to 'scrypt.config')
-rw-r--r--scrypt.config8
1 files changed, 8 insertions, 0 deletions
diff --git a/scrypt.config b/scrypt.config
index 3d3ec90..13fd4c9 100644
--- a/scrypt.config
+++ b/scrypt.config
@@ -44,9 +44,11 @@ lib/crypto/crypto_scrypt-ref.c \
"
SCRYPT_SOURCES_arm="\
+lib/crypto/crypto_scrypt-neon.c \
"
SCRYPT_SOURCES_EXCLUDES_arm="\
+lib/crypto/crypto_scrypt-ref.c \
"
SCRYPT_SOURCES_mips="\
@@ -73,8 +75,14 @@ lib/crypto/crypto_scrypt-ref.c \
SCRYPT_PATCHES="\
use_openssl_pbkdf2.patch \
+arm-neon.patch \
"
SCRYPT_PATCHES_use_openssl_pbkdf2_SOURCES="\
lib/crypto/crypto_scrypt-ref.c \
"
+
+SCRYPT_PATCHES_bionic_SOURCES="\
+lib/crypto/crypto_scrypt-neon.c \
+lib/crypto/crypto_scrypt-neon-salsa208.h \
+"