Expand description
Error types for the crate
This module provides both BackendError for interacting with the low level APIs, and
CryptoBoxError for high level errors.
Enumsยง
- Backend
Error - Error type describing faults that can happen during encryption or decryption.
- Crypto
BoxError - Errors that can be returned when interacting with a
CryptoBox