Function libsecp256k1::recover_with_context
source · pub fn recover_with_context(
message: &Message,
signature: &Signature,
recovery_id: &RecoveryId,
context: &ECMultContext
) -> Result<PublicKey, Error>
Expand description
Recover public key from a signed message, using the given context.