blob: 353ddbbc796dae5a23a5510fafc032c20ed84cd0 [file] [log] [blame]
Kenny Root5fd6d312013-06-11 16:36:54 -07001bionic.patch:
2
3Allows scrypt to compile against bionic.
Kenny Roote4706372013-06-11 17:24:36 -07004
5use_openssl_pbkdf2.patch:
6
7Uses the PBKDF2 function from OpenSSL (it uses accelerated SHA256)
Kenny Root187f4922013-06-13 16:43:17 -07008
9arm-neon.patch:
10
11Adds NEON acceleration for the Salsa20/8 mixing function.