allwinner_a64/android/external/scrypt/patches/README
2018-08-08 16:14:42 +08:00

11 lines
227 B
Text

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.