PrivateKey.wipe

void wipe() nothrow @nogc

Zeroizes the key material.

After wipe() the key is unusable; implementations must overwrite the underlying bytes (e.g. via common.secureZero) so the secret does not linger in memory after the GC reclaims the object. Idempotent.