Docs.rs
  • dcrypt-api-0.12.0-beta.1
    • dcrypt-api 0.12.0-beta.1
    • Permalink
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • NoCentralHub
    • Dependencies
      • dcrypt-internal =0.12.0-beta.1 normal
      • rand ^0.8.5 normal
      • serde ^1.0.147 normal optional
      • subtle ^2.4.1 normal
      • thiserror ^1.0.37 normal optional
      • zeroize ^1.5.7 normal
      • rand ^0.8.5 dev
    • Versions
    • 87.74% 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

dcrypt_api0.12.0-beta.1

Crate Items

  • Structs
  • Enums
  • Statics
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • error::registry::ErrorRegistry
  • types::Ciphertext
  • types::Key
  • types::PublicKey
  • types::SecretBytes
  • types::SecretVec

Enums

  • error::types::Error

Traits

  • error::traits::ConstantTimeResult
  • error::traits::ResultExt
  • error::traits::SecureErrorHandling
  • traits::AuthenticatedCipher
  • traits::BlockCipher
  • traits::HashAlgorithm
  • traits::KeyDerivationFunction
  • traits::StreamCipher
  • traits::kem::Kem
  • traits::pke::Pke
  • traits::serialize::Serialize
  • traits::signature::PublicKeyBytes
  • traits::signature::Signature
  • traits::signature::SignatureBatchVerify
  • traits::signature::SignatureBytes
  • traits::signature::SignatureDerive
  • traits::signature::SignatureMessageLimits
  • traits::signature::SignatureSerialize
  • traits::symmetric::DecryptOperation
  • traits::symmetric::EncryptOperation
  • traits::symmetric::Operation
  • traits::symmetric::SymmetricCipher

Functions

  • error::validate::authentication
  • error::validate::check_parameter
  • error::validate::ciphertext
  • error::validate::key
  • error::validate::length
  • error::validate::max_length
  • error::validate::min_length
  • error::validate::not_implemented
  • error::validate::parameter
  • error::validate::range_length
  • error::validate::signature

Type Aliases

  • error::CipherResult
  • error::HashResult
  • error::KeyResult
  • error::SignatureResult
  • error::types::Result

Statics

  • error::registry::ERROR_REGISTRY