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.
pub fn sign_with_context(
message: &Message,
seckey: &SecretKey,
context: &ECMultGenContext,
) -> (Signature, RecoveryId)
Sign a message using the secret key, with the given context.