Docs.rs
  • opaque-borink-0.6.1
    • opaque-borink 0.6.1
    • Permalink
    • Docs.rs crate page
    • Apache-2.0 OR MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • tiptenbrink
    • Dependencies
      • argon2 ^0.5.3 normal
      • base64 ^0.22.1 normal
      • generic-array ^0.14.7 normal
      • opaque-ke ^3.0.0 normal
      • rand ^0.8.5 normal
      • sha2 ^0.10.8 normal
      • typenum ^1 normal
    • Versions
    • 0% 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

opaque_borink0.6.1

Crate Items

  • Structs
  • Enums
  • Constants
  • Functions

List of all items

Structs

  • Cipher
  • client::ClientLoginFinishResult
  • client::ClientLoginStartResult
  • client::ClientRegistrationFinishResult
  • client::ClientRegistrationStartResult
  • client::ClientStateLogin
  • client::ClientStateRegistration
  • server::PasswordFile
  • server::ServerLoginFinishResult
  • server::ServerLoginStartResult
  • server::ServerRegistrationStartResult
  • server::ServerSetup
  • server::ServerSetupView

Enums

  • Error
  • ProtocolError

Functions

  • client::client_login_finish
  • client::client_login_start
  • client::client_register_finish
  • client::client_register_start
  • encoded::decode_string
  • encoded::encode_bytes
  • server::server_login_finish
  • server::server_login_start
  • server::server_register_finish
  • server::server_register_start

Constants

  • client::LOGIN_CLIENT_MESSAGE_LEN
  • client::LOGIN_CLIENT_STATE_LEN
  • client::LOGIN_FINISH_MESSAGE_LEN
  • client::REGISTER_CLIENT_MESSAGE_LEN
  • client::REGISTER_CLIENT_STATE_LEN
  • client::REGISTER_FINISH_MESSAGE_LEN
  • client::SHARED_SECRET_LEN
  • server::LOGIN_SERVER_MESSAGE_LEN
  • server::LOGIN_SERVER_STATE_LEN
  • server::PASSWORD_FILE_LEN
  • server::REGISTER_SERVER_MESSAGE_LEN
  • server::SERVER_SETUP_LEN
  • server::SHARED_SECRET_LEN