android13/external/scrypt/patches
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
README initial 2024-06-22 20:45:49 +08:00
arm_neon.patch initial 2024-06-22 20:45:49 +08:00
use_openssl_pbkdf2.patch initial 2024-06-22 20:45:49 +08:00

README

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.