Docs.rs
  • devolutions-crypto-0.9.0
    • devolutions-crypto 0.9.0
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • github:devolutions:crates-io
    • devolutionsinfra
    • devolutionsbot
    • Dependencies
      • aead ^0.5 normal
      • aes ^0.8 normal
      • arbitrary ^0.4.7 normal
      • base64 ^0.21 normal
      • byteorder ^1 normal
      • cbc ^0.1.2 normal
      • cfg-if ^1 normal
      • chacha20poly1305 ^0.10 normal
      • ed25519-dalek ^2.0.0 normal
      • hmac ^0.12 normal
      • num_enum ^0.6 normal
      • pbkdf2 ^0.12 normal
      • pyo3 ^0.19 normal
      • rand ^0.8 normal
      • rand_core ^0.6 normal
      • scrypt ^0.11 normal
      • sha2 ^0.10 normal
      • sharks ^0.5 normal
      • strum ^0.25 normal
      • subtle ^2 normal
      • x25519-dalek ^2.0.0 normal
      • zeroize ^1.6 normal
      • rust-argon2 ^1.0 normal
      • getrandom ^0.2 normal
      • js-sys ^0.3.64 normal
      • rust-argon2 ^1.0 normal
      • serde-wasm-bindgen ^0.5 normal
      • wasm-bindgen ^0.2.87 normal
      • wasm-bindgen-test ^0.3 dev
    • Versions
    • 88.37% of the crate is documented
  • 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

devolutions_crypto0.9.0

  • Structs
  • Enums
  • Traits
  • Functions
?
Change settings

List of all items

Structs

  • Argon2Parameters
  • Header
  • ciphertext::Ciphertext
  • key::KeyPair
  • key::PrivateKey
  • key::PublicKey
  • password_hash::PasswordHash
  • secret_sharing::Share
  • signature::Signature
  • signing_key::SigningKeyPair
  • signing_key::SigningPublicKey

Enums

  • CiphertextVersion
  • DataType
  • Error
  • KeyVersion
  • PasswordHashVersion
  • SecretSharingVersion
  • SignatureVersion
  • SigningKeyVersion

Traits

  • HeaderType

Functions

  • ciphertext::encrypt
  • ciphertext::encrypt_asymmetric
  • key::generate_keypair
  • key::mix_key_exchange
  • password_hash::hash_password
  • secret_sharing::generate_shared_key
  • secret_sharing::join_shares
  • signature::sign
  • signing_key::generate_signing_keypair
  • utils::base64_decode
  • utils::base64_decode_url
  • utils::base64_encode
  • utils::base64_encode_url
  • utils::constant_time_equals
  • utils::derive_key_argon2
  • utils::derive_key_pbkdf2
  • utils::generate_key
  • utils::scrypt_simple
  • utils::validate_header