This is a Java implementation of the Salsa20 stream cipher, designed by Daniel J Bernstein and a part of the eSTREAM stream cipher portfolio.
- I am not a cryptographer, and this is my first time implementing any sort of cryptographic algorithm.
- This library has not been thoroughly tested or vetted by anybody yet.