Module message
Source - store_key 🔒
- MessageFull
- Complete signed message ready for transmission and storage.
- MessageFullWire
- The Wire protocol variant just signature and message as bytes
the signature is redundent and the message is raw bytes
- MessageV0
- Version 0 of the message format with Ed25519 signatures and ChaCha20-Poly1305 encryption.
- MessageV0Header
- Header information for MessageV0 containing metadata and routing information.
- Content
- Message content variants supporting both raw bytes and encrypted content.
- Kind
- Message
- Top-level message format with versioning support.
- MessageFullError
- PqxdhInboxProtocol
- PQXDH-based inbox protocols
- StoreKey
- Tag