Docs.rs
  • encrypted-message-0.2.0
    • encrypted-message 0.2.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • RigoOnRails
    • Dependencies
      • aes-gcm ^0.10.3 normal
      • base64 ^0.22.0 normal
      • diesel ^2.1.5 normal optional
      • hex ^0.4.3 normal
      • hmac ^0.12.1 normal
      • pbkdf2 ^0.12.2 normal
      • rand ^0.8.5 normal
      • secrecy ^0.8.0 normal
      • serde ^1.0.197 normal
      • serde_json ^1.0.115 normal
      • sha2 ^0.10.8 normal
      • thiserror ^1.0.58 normal
      • criterion ^0.5.1 dev
      • dotenvy ^0.15.7 dev
      • uuid ^1.8.0 dev
    • Versions
    • 96.88% of the crate is documented
  • This release has been yanked, go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

encrypted_message0.2.0

  • Structs
  • Enums
  • Traits
  • Functions
?
Settings

List of all items

Structs

  • EncryptedMessage
  • key_config::Secret
  • strategy::Deterministic
  • strategy::Randomized
  • utilities::key_decoder::Base64KeyDecoder
  • utilities::key_decoder::HexKeyDecoder

Enums

  • error::DecryptionError
  • error::EncryptionError

Traits

  • key_config::KeyConfig
  • strategy::Strategy

Functions

  • utilities::key_generation::derive_key_from