Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

get_secp256r1_keys_from

Builds a Secp256r1 Key Pair from a private key represented by a u256 value.

Fully qualified path: openzeppelin_testing::signing::get_secp256r1_keys_from

pub fn get_secp256r1_keys_from(private_key: u256) -> KeyPair<u256, Secp256r1Point>