Secp256k1CurveSignerImpl
Fully qualified path: snforge_std::signature::secp256k1_curve::Secp256k1CurveSignerImpl
pub impl Secp256k1CurveSignerImpl of SignerTrait<KeyPair<u256, Secp256k1Point>, u256, (u256, u256)>
Impl functions
sign
Fully qualified path: snforge_std::signature::secp256k1_curve::Secp256k1CurveSignerImpl::sign
fn sign(self: KeyPair<u256, Secp256k1Point>, message_hash: u256) -> Result<(u256, u256), SignError>