pub fn zeroizing_private_key(
private_key_bytes: &[u8],
) -> Result<Secret, EthereumCryptoError>Expand description
Create a zeroizing private key from bytes - automatically zeroized on drop
pub fn zeroizing_private_key(
private_key_bytes: &[u8],
) -> Result<Secret, EthereumCryptoError>Create a zeroizing private key from bytes - automatically zeroized on drop