ChaCha20.reset

Reset the cipher to its initial state. Same as calling start() with same parameters again. Warning: Don't encrypt different data with the same initial state.

struct ChaCha20
@safe nothrow @nogc deprecated
void
reset
()

Meta