Module crypto

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 πŸ”’