Module signing

Module signing 

Source
Expand description

Signing capabilities and utilities.

Structs§

Signature
A struct that represents the components of a secp256k1 signature.

Enums§

RecoveryError
Error during sender recovery.
SigningError
Error during signing.

Functions§

hash_message
Hash a message according to EIP-191.
keccak256
Compute the Keccak-256 hash of input bytes.