ChaCha20

Implementation of the ChaCha stream cipher as first described by D. J. Bernstein (http://cr.yp.to/chacha.html), following RFC 7539.

Standard: RFC 7539

Note: This might not be compatible with BouncyCastle's implementation because that one uses a 64-bit counter.

alias ChaCha20 = ChaCha!20

Meta