bls-signatures
bls-signatures copied to clipboard
Zero-out value before drop
The PrivateKeys created with bls-signatures do not implement .zeroize()
(see Zeroize) to ensure dropped values do not contain information after they are out scope, and sensistive information cannot be accessed.
Is there a possibility this could be implemented for PrivateKey?