Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

Secp256k1SerializedSigning

Fully qualified path: openzeppelin_testing::signing::Secp256k1SerializedSigning

pub impl Secp256k1SerializedSigning of SerializedSigning<KeyPair<u256, Secp256k1Point>, u256>;

Impl functions

serialized_sign

Fully qualified path: openzeppelin_testing::signing::Secp256k1SerializedSigning::serialized_sign

fn serialized_sign(self: KeyPair<u256, Secp256k1Point>, msg: u256) -> Array<felt252>