implementation of the Salsa20/20 stream cipher
encrypt or decrypt input bytes but no more than 2^70!
reset the cipher to its initial state
Initialize the cipher.
Salsa20/rounds function
Number of rounds. 12 and 20 are allowed. Default is 20.
See Implementation
implementation of the Salsa20/20 stream cipher