sign_recoverable

Function sign_recoverable 

Source
pub fn sign_recoverable(
    msg: &[u8],
    private_key_secret: Secret,
    hashing: bool,
) -> Result<[u8; 65], EthereumCryptoError>
Expand description

Recoverable ECDSA signing with automatic private key zeroization Public wrapper around sign_recoverable_internal where the private key is automatically zeroized after use For usage see