Module secp256k1
Expand description
Secp256k1 utility functions.
Functionsยง
- public_
key_ to_ address - Converts a public key into an ethereum address by hashing the encoded public key with keccak256.
- recover_
signer_ unchecked - Recovers the address of the sender using secp256k1 pubkey recovery.
- sign_
message - Signs message with the given secret key. Returns the corresponding signature.