Functionsยง
- get_
address_ from_ public_ key - Convert a compressed SEC1 public key (33 bytes) to an Ethereum address (20 bytes)
- get_
recovery_ id - get_
signature - Append a recovery identifier byte to the ECDSA signature
- hash_
eth_ message - Preprocess and hash an Ethereum message using the Ethereum message prefix
- recover_
address_ from_ eth_ signature - Recover the Ethereum address from a given signature and message
- sign_
message - Sign a message using ECDSA and return the signature