Docs.rs
  • saltlick-0.5.0
    • saltlick 0.5.0
    • Permalink
    • Docs.rs crate page
    • Apache-2.0 OR MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • nastevens
    • Dependencies
      • async-stream ^0.3 normal optional
      • byteorder ^1.3 normal
      • bytes ^1 normal
      • futures ^0.3 normal optional
      • lazy_static ^1.0 normal
      • pem ^3 normal
      • pin-project-lite ^0.2 normal optional
      • simple_asn1 ^0.6 normal
      • sodiumoxide ^0.2.3 normal
      • strum ^0.26 normal
      • strum_macros ^0.26 normal
      • thiserror ^1.0 normal
      • tokio ^1 normal optional
      • async-stream ^0.3 dev
      • proptest ^1 dev
      • rand ^0.8 dev
      • rand_xorshift ^0.3 dev
      • tempdir ^0.3 dev
      • tokio ^1 dev
      • tokio-stream ^0.1 dev
    • Versions
    • 81.71% of the crate is documented
  • Platform
    • i686-unknown-linux-gnu
    • 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

saltlick0.5.0

Crate Items

  • Structs
  • Enums
  • Constants
  • Functions

List of all items

Structs

  • PublicKey
  • SecretKey
  • bufread::AsyncSaltlickDecrypter
  • bufread::AsyncSaltlickEncrypter
  • bufread::SaltlickDecrypter
  • bufread::SaltlickEncrypter
  • crypter::AsyncDecrypter
  • crypter::Decrypter
  • crypter::Encrypter
  • read::AsyncSaltlickDecrypter
  • read::AsyncSaltlickEncrypter
  • read::SaltlickDecrypter
  • read::SaltlickEncrypter
  • stream::SaltlickDecrypterStream
  • stream::SaltlickEncrypterStream
  • write::AsyncSaltlickDecrypter
  • write::AsyncSaltlickEncrypter
  • write::SaltlickDecrypter
  • write::SaltlickEncrypter

Enums

  • SaltlickError
  • SaltlickKeyIoError
  • Version

Functions

  • gen_keypair

Constants

  • PUBLICKEYBYTES
  • SECRETKEYBYTES
  • crypter::DEFAULT_BLOCK_SIZE
  • crypter::MAX_BLOCK_SIZE
  • crypter::MIN_BLOCK_SIZE