Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

signing

Fully qualified path: openzeppelin_testing::signing

Free functions

get_stark_keys_fromBuilds a Stark Key Pair from a private key represented by a felt252 value.
get_secp256k1_keys_fromBuilds a Secp256k1 Key Pair from a private key represented by a u256 value.
get_secp256r1_keys_fromBuilds a Secp256r1 Key Pair from a private key represented by a u256 value.

Type aliases

Traits

SerializedSigningA helper trait that facilitates converting a signature into a serialized format.

Impls