Crate cashweb_relay

Source
Expand description

cashweb-relay is a library providing serialization/deserialization, encryption/decryption/verification of structures in the Relay Protocol.

Modules§

  • This module contains re-exported secp256k1 primitives.
  • This module contains the Stamp message and methods for verifying and constructing them.

Structs§

  • Message authentication failed, the calculated HMAC did not match the one given.
  • The primary message used in communication over the relay protocol.
  • A page of messages. Pulled from server via HTTP.
  • Collection of messages. Pushed from client to server via HTTP.
  • The result of open or open_in_place.
  • Represents a Message post-parsing.
  • Payload is the user-specified data section of the message that is encrypted by the shared secret.
  • A page of payloads. Pulled from server via HTTP.
  • A profile attached to an address.

Enums§

Functions§