pub fn public_key_uncompressed(
private_key_secret: Secret,
) -> Result<[u8; 65], EthereumCryptoError>Expand description
Generate uncompressed public key with automatic private key zeroization Public wrapper around public_key_uncompressed_internal where the private key is automatically zeroized after use