Expand description
Internal cryptographic primitives used across the Intents ecosystem.
This crate defines lightweight traits such as Payload and
SignedPayload that allow Intents to treat messages from different
signing standards uniformly. Implementations of these traits live in
companion crates like tip191, erc191, or bip322 and are primarily
intended for internal use.
Modules§
Structs§
Enums§
Traits§
- Curve
- Payload
- Data that can be deterministically hashed for signing or verification.
- Signed
Payload - Extension of
Payloadfor types that include a signature. - Typed
Curve
Type Aliases§
- Crypto
Hash - Raw type for 32 bytes of the hash.