AES.wipe
void wipe() nothrow @nogc @trustedZeroizes the expanded key schedule.
The key schedule is heap memory the garbage collector cannot safely zeroize during finalization, so wiping is an explicit operation: call wipe once the cipher is no longer needed.