aosp12/external/scrypt/patches
hcl 7be3fd486c init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
..
README init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
arm_neon.patch init from android-12.1.0_r8 2023-01-09 17:11:35 +08:00
use_openssl_pbkdf2.patch init from android-12.1.0_r8 2023-01-09 17:11:35 +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.