Files
android_bootable_recovery/crypto/scrypt/patches
Elliott Hughes 87b59b88f7 scrypt doesn't need <machine/cpu-features.h>.
Bug: http://b/18556103
Change-Id: Ibccef334b4d1a2e68e327fc8b73e62e62d13df32
2018-04-22 21:57:35 +03:00
..
2013-11-10 04:11:48 +00:00

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.