ChaCha20.wipe

void wipe() nothrow @nogc @trusted

Zeroizes the cipher state, the initial (key-bearing) state, and any buffered keystream.

All members are fixed-size embedded arrays, so this is safe to call from anywhere, including the finalizer.