Module crypto

Source
Expand description

Implementations of Crypto Cheatcodes.

Constants§

DEFAULT_DERIVATION_PATH_PREFIX 🔒
The BIP32 default derivation path prefix.

Functions§

create_wallet 🔒
Using a given private key, return its public ETH address, its public key affine x and y coordinates, and its private key (see the ‘Wallet’ struct)
derive_key 🔒
derive_key_str 🔒
derive_wallets 🔒
derive_wallets_str 🔒
encode_compact_sig 🔒
encode_full_sig 🔒
inject_wallet 🔒
parse_private_key 🔒
parse_private_key_p256 🔒
parse_wallet 🔒
sign 🔒
sign_p256 🔒
sign_with_wallet 🔒
validate_private_key 🔒