Crate rust_eigenda_signers
Source - ethereum_types
- signers
- InvalidRecoveryId
- Error returned when attempting to create an invalid
RecoveryId. - Message
- Represents a message digest, typically a 32-byte hash.
- PublicKey
- Represents a secp256k1 public key in uncompressed format (65 bytes, starting with 0x04).
- RecoverableSignature
- Represents a recoverable ECDSA signature (r, s, v).
- RecoveryId
- Represents the recovery ID (v) for an ECDSA signature.
It must be either 0 or 1.
- SecretKey
- Represents a secret key (a 32-byte scalar).
- PublicKeyError
- Errors that can occur when parsing a PublicKey.
- SecretKeyError
- Errors that can occur when creating a SecretKey.
- Sign
- A trait for signing messages using different key management strategies.