[−][src]Module web3::signing
Signing capabilities and utilities.
Structs
| SecretKeyRef | A |
| Signature | A struct that represents the components of a secp256k1 signature. |
Enums
| RecoveryError | Error during sender recovery. |
| SigningError | Error during signing. |
Traits
| Key | A trait representing ethereum-compatible key with signing capabilities. |
Functions
| keccak256 | Compute the Keccak-256 hash of input bytes. |
| recover | Recover a sender, given message and the signature. |