summaryrefslogtreecommitdiffstats
path: root/crypto/scrypt/patches/README
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/scrypt/patches/README')
-rw-r--r--crypto/scrypt/patches/README11
1 files changed, 11 insertions, 0 deletions
diff --git a/crypto/scrypt/patches/README b/crypto/scrypt/patches/README
new file mode 100644
index 000000000..353ddbbc7
--- /dev/null
+++ b/crypto/scrypt/patches/README
@@ -0,0 +1,11 @@
+bionic.patch:
+
+Allows scrypt to compile against bionic.
+
+use_openssl_pbkdf2.patch:
+
+Uses the PBKDF2 function from OpenSSL (it uses accelerated SHA256)
+
+arm-neon.patch:
+
+Adds NEON acceleration for the Salsa20/8 mixing function.