Argon2Digest.wipe

void wipe() nothrow @nogc @trusted

Zeroizes all secret inputs retained by this digest (the password buffer, salt, secret, and associated data).

Call wipe once the digest is no longer needed; the garbage collector cannot safely zeroize these heap buffers during finalization.