pcompress/crypto/scrypt
Moinak Ghosh 20250aa5dc Add XSalsa20 encryption algorithm from the NaCL library.
Include 128-bit key support based on the Salsa20 eSTREAM submission.
Allow variable-length nonces.
Use random bytes for initial nonce value.
Increase PBE hash rounds to 50000.
2013-03-04 21:56:07 +05:30
..
crypto_aesctr.c Add AES-NI optimized code derived from latest OpenSSL upstream. 2013-02-25 19:23:51 +05:30
crypto_aesctr.h Add AES-NI optimized code derived from latest OpenSSL upstream. 2013-02-25 19:23:51 +05:30
crypto_scrypt-nosse.c Move Scrypt helper function out of AES module. 2013-03-03 21:55:59 +05:30
crypto_scrypt.h Add XSalsa20 encryption algorithm from the NaCL library. 2013-03-04 21:56:07 +05:30
sha256.c Introduce strict compiler flags and fix scores of warnings/issues. 2012-12-27 23:06:48 +05:30
sha256.h Support for chunk-level encryption using AES and Scrypt based PBE. 2012-10-15 12:10:00 +05:30
sysendian.h Support for chunk-level encryption using AES and Scrypt based PBE. 2012-10-15 12:10:00 +05:30