Function libsecp256k1::sign_with_context[][src]

pub fn sign_with_context(
    message: &Message,
    seckey: &SecretKey,
    context: &ECMultGenContext
) -> (Signature, RecoveryId)
Expand description

Sign a message using the secret key, with the given context.