commit | 4dff2e6234b4caf7201be2c17fde18d637b76c3d | [log] [tgz] |
---|---|---|
author | Dees Troy <dees_troy@teamw.in> | Sun Nov 10 04:11:43 2013 +0000 |
committer | Dees Troy <dees_troy@teamw.in> | Sun Nov 10 04:11:48 2013 +0000 |
tree | 3dec41365d7a597a0c4ff8b3c6fdd2d801623b29 | |
parent | 0226cd55abe9550989155c7eca2fcfc019947687 [diff] [blame] |
Update decrypt for 4.4 Change-Id: I8d5d7b6a49890e4707d70de8b429563de0d2ad99
diff --git a/crypto/scrypt/patches/README b/crypto/scrypt/patches/README new file mode 100644 index 0000000..353ddbb --- /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.