Re-exports§
pub use self::eip712_signature::*;
pub use self::packed_eth_signature::*;
Modules§
- eip712_
signature - This is implementation of a standard for hashing typed structured data for EIP-712 signing standard.
- hasher
- packed_
eth_ signature
Structs§
- K256
Private Key - secp256k1 private key wrapper.
- Signature
- Signature encoded as RSV components
Functions§
- public_
to_ address - Convert public key into the address
- recover
- Recovers the public key from the signature for the message
- sign
- Signs message with the given secret key. Returns the corresponding signature.