Crate wolf_crypto

source

Modules§

  • Authenticated Encryption with Associated Data
  • Advanced Encryption Standard (AES)
  • Types for Keys, IVs, and Generally Sensitive Bytes
  • chachaallow-non-fips
    The ChaCha20 Stream Cipher
  • Cryptographic Hash Algorithms
  • Message Authentication Codes
  • Convenient Error Handling and Accumulation

Structs§

  • A generic error type representing an unspecified failure in cryptographic operations.

Traits§

  • Trait for transforming a Result<T, E> into a Result<T, Unspecified>.