The classic identity uses x25519_dalek::StaticSecret which implements ZeroizeOnDrop, but only when the zeroize feature flag is enabled. We unconditionally depend on zeroize in age, so we should ensure that it is always enabled in all of our dependencies, instead of leaving it up to downstream users.
The classic identity uses
x25519_dalek::StaticSecretwhich implementsZeroizeOnDrop, but only when thezeroizefeature flag is enabled. We unconditionally depend onzeroizeinage, so we should ensure that it is always enabled in all of our dependencies, instead of leaving it up to downstream users.