Docs.rs
  • cryptouri-0.4.0
    • cryptouri 0.4.0
    • Permalink
    • Docs.rs crate page
    • Apache-2.0 OR MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • tarcieri
    • Dependencies
      • anomaly ^0.2 normal
      • secrecy ^0.6 normal
      • subtle-encoding ^0.5.1 normal
      • thiserror ^1 normal
    • Versions
    • 100% of the crate is documented
  • 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
logo

cryptouri0.4.0

Crate Items

  • Structs
  • Enums
  • Constants
  • Traits

List of all items

Structs

  • CryptoUri
  • error::Error
  • hash::Sha256Hash
  • public_key::Ed25519PublicKey
  • secret_key::Aes128GcmKey
  • secret_key::Aes256GcmKey
  • secret_key::ChaCha20Poly1305Key
  • secret_key::Ed25519SecretKey
  • secret_key::HkdfSha256Key
  • signature::Ed25519Signature

Enums

  • CryptoUriKind
  • error::ErrorKind
  • hash::Hash
  • public_key::PublicKey
  • secret_key::Algorithm
  • secret_key::SecretKey
  • signature::Signature

Traits

  • Encodable
  • secret_key::ExposeSecret

Constants

  • algorithm::AES128GCM_ALG_ID
  • algorithm::AES256GCM_ALG_ID
  • algorithm::CHACHA20POLY1305_ALG_ID
  • algorithm::ED25519_ALG_ID
  • algorithm::HKDFSHA256_ALG_ID
  • algorithm::SHA256_ALG_ID