Using Chacha20 with a NULL nonce
I am new to ChaCha20. From the RFC —
The inputs to ChaCha20 are:
o A 256-bit key, treated as a concatenation of eight 32-bit little-
endian integers.
o A 96-bit nonce, treated as a concatenation of three 32-bit little-
e… Continue reading Using Chacha20 with a NULL nonce