pcompress/crypto/xsalsa20
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_core_hsalsa20.h Add XSalsa20 encryption algorithm from the NaCL library. 2013-03-04 21:56:07 +05:30
crypto_stream_salsa20.h Add XSalsa20 encryption algorithm from the NaCL library. 2013-03-04 21:56:07 +05:30
crypto_xsalsa20.h Add XSalsa20 encryption algorithm from the NaCL library. 2013-03-04 21:56:07 +05:30
hsalsa_core.c Add XSalsa20 encryption algorithm from the NaCL library. 2013-03-04 21:56:07 +05:30
stream.c Add XSalsa20 encryption algorithm from the NaCL library. 2013-03-04 21:56:07 +05:30
stream.s Add XSalsa20 encryption algorithm from the NaCL library. 2013-03-04 21:56:07 +05:30
xsalsa20_xor.c Add XSalsa20 encryption algorithm from the NaCL library. 2013-03-04 21:56:07 +05:30