Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README | D | 03-May-2024 | 227 | 12 | 6 | |
arm_neon.patch | D | 03-May-2024 | 12.3 KiB | 437 | 436 | |
use_openssl_pbkdf2.patch | D | 03-May-2024 | 2.3 KiB | 81 | 68 |
README
1bionic.patch: 2 3Allows scrypt to compile against bionic. 4 5use_openssl_pbkdf2.patch: 6 7Uses the PBKDF2 function from OpenSSL (it uses accelerated SHA256) 8 9arm_neon.patch: 10 11Adds NEON acceleration for the Salsa20/8 mixing function. 12