Docs.rs
  • crypto_api-0.2.2
    • crypto_api 0.2.2
    • Permalink
    • Docs.rs crate page
    • BSD-2-Clause OR MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • KizzyCode
    • Dependencies
    • 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

crypto_api0.2.2

Crate Items

  • Structs
  • Traits

List of all items

Structs

  • cipher::CipherInfo
  • hash::HashInfo
  • kdf::KdfInfo
  • mac::MacInfo
  • pbkdf::PbkdfInfo
  • signer::SignerInfo

Traits

  • cipher::AeadCipher
  • cipher::Cipher
  • cipher::StreamingAeadCipher
  • cipher::StreamingCipher
  • hash::Hash
  • hash::StreamingHash
  • hash::StreamingVarlenHash
  • hash::VarlenHash
  • kdf::Kdf
  • mac::Mac
  • mac::StreamingMac
  • mac::StreamingVarlenMac
  • mac::VarlenMac
  • pbkdf::MemoryHardPbkdf
  • pbkdf::Pbkdf
  • rng::DeterministicRng
  • rng::PubKeyGen
  • rng::SecKeyGen
  • rng::SecureRng
  • rng::SeedableRng
  • signer::Signer