blob: 353ddbbc796dae5a23a5510fafc032c20ed84cd0 [file] [log] [blame]
Dees Troy4dff2e62013-11-10 04:11:43 +00001bionic.patch:
2
3Allows scrypt to compile against bionic.
4
5use_openssl_pbkdf2.patch:
6
7Uses the PBKDF2 function from OpenSSL (it uses accelerated SHA256)
8
9arm-neon.patch:
10
11Adds NEON acceleration for the Salsa20/8 mixing function.