ChaCha20.wipe
void wipe() nothrow @nogc @trustedZeroizes 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.
void wipe() nothrow @nogc @trustedZeroizes 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.