Initialize the ChaCha20 stream cipher.
Not used, because encryption and decryptioin are the same.
A secret key of 32 bytes length (256 bit).
A nonce of 12 bytes length (96 bit).
The initial value of the counter. The default is 1. (Set this to 2 to skip the first block.)
See Implementation
Initialize the ChaCha20 stream cipher.