signing
Fully qualified path: openzeppelin_testing::signing
Free functions
| get_stark_keys_from | Builds a Stark Key Pair from a private key represented by a felt252 value. |
| get_secp256k1_keys_from | Builds a Secp256k1 Key Pair from a private key represented by a u256 value. |
| get_secp256r1_keys_from | Builds a Secp256r1 Key Pair from a private key represented by a u256 value. |
Type aliases
Traits
| SerializedSigning | A helper trait that facilitates converting a signature into a serialized format. |