Docs.rs
  • libpasta-0.1.2
    • libpasta 0.1.2
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • samscott89
    • Dependencies
      • argon2rs ^0.2.5 normal
      • bcrypt ^0.9.0 normal
      • data-encoding ^2.3.2 normal
      • error-chain ^0.12.4 normal
      • lazy_static ^1.4.0 normal
      • log ^0.4.14 normal
      • num-traits ^0.2.14 normal
      • ring ^0.16.20 normal
      • rpassword ^5.0.1 normal
      • scrypt ^0.7.0 normal
      • serde ^1.0.126 normal
      • serde_mcf ^0.1.3 normal
      • serde_yaml ^0.8.17 normal
      • cargon ^0.0.1 dev
      • criterion ^0.3.4 dev
      • env_logger ^0.8.3 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • x86_64-unknown-linux-gnu
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

libpasta0.1.2

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • config::Config
  • config::DEFAULT_ALG
  • config::DEFAULT_CONFIG
  • config::DEFAULT_PRIM
  • config::RANDOMNESS_SOURCE
  • errors::Error
  • hashing::Output
  • key::LocalStore
  • primitives::Argon2
  • primitives::Bcrypt
  • primitives::Hmac
  • primitives::Pbkdf2
  • primitives::Primitive
  • primitives::Scrypt

Enums

  • HashUpdate
  • errors::ErrorKind
  • hashing::Algorithm
  • sod::Sod

Traits

  • errors::ExpectReport
  • errors::ResultExt
  • key::Store
  • primitives::PrimitiveImpl

Functions

  • hash_password
  • migrate_hash
  • rpassword::prompt_password_stderr
  • rpassword::prompt_password_stdout
  • rpassword::read_password
  • rpassword::read_password_from_tty
  • rpassword::read_password_with_reader
  • verify_password
  • verify_password_update_hash

Type Aliases

  • errors::Result