HMAC.wipe
void wipe() nothrow @nogc @trustedZeroizes the derived key pads.
The pads are heap memory the garbage collector cannot safely zeroize during finalization, so wiping is an explicit operation: call wipe once the MAC is no longer needed. The instance cannot be used again afterwards without reinitializing.