dcrypt.streamcipher.chacha

Members

Aliases

ChaCha20
alias ChaCha20 = ChaCha!20

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

Structs

ChaCha
struct ChaCha(uint rounds)

Meta