Expand description
Implementation of the ChaCha cryptographic primitives.
More details can be seen at https://en.wikipedia.org/wiki/Salsa20
Functions§
- Do one ChaCha round on the input data.
- Increment the 64-bit counter of the internal ChaCha20 state by 1. Returns
false
if it overflows,true
otherwise. - Initialize the ChaCha internal state, with a 256-bit key and 64-bit nonce.