Salsa.reset

reset the cipher to its initial state

struct Salsa(uint rounds = 20, bool xsalsa = false)
@nogc nothrow deprecated nothrow @nogc
void
reset
()
if (
rounds == 12 ||
rounds == 20
)

Meta