Docs.rs
  • volt-ws-protocol-0.1.12
    • volt-ws-protocol 0.1.12
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • TobyEalden
    • Dependencies
      • aes ^0.8.4 normal
      • base64ct ^1.6.0 normal
      • bs58 ^0.5.1 normal
      • cbc ^0.1.2 normal
      • chrono ^0.4.38 normal optional
      • ed25519-dalek ^2.1.1 normal
      • getrandom ^0.2.15 normal
      • hkdf ^0.12.4 normal
      • pem-rfc7468 ^0.7.0 normal
      • pkcs8 ^0.10.2 normal
      • rand ^0.8.5 normal optional
      • serde ^1.0.203 normal
      • serde_json ^1.0.117 normal
      • sha2 ^0.10.8 normal
      • x25519-dalek ^2.0.1 normal
    • Versions
    • 11.43% 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

volt_ws_protocol0.1.12

Crate Items

  • Structs
  • Enums
  • Constants
  • Functions

List of all items

Structs

  • binary_message::BinaryMessage
  • crypto_utils::IdentityToken
  • crypto_utils::SigningKeyPair
  • rpc::Rpc
  • rpc_manager::RpcManager
  • volt_client_configuration::VoltClientConfiguration
  • volt_configuration::RelayObject
  • volt_configuration::VoltConfiguration
  • volt_credential::VoltCredential

Enums

  • volt_configuration::RelayConfiguration

Functions

  • crypto_utils::aes_decrypt
  • crypto_utils::aes_encrypt
  • crypto_utils::derive_shared_key
  • crypto_utils::fingerprint_from_pem
  • crypto_utils::from_base64
  • crypto_utils::from_base64_url
  • crypto_utils::get_identity_token
  • crypto_utils::random_bytes
  • crypto_utils::sha256_base64
  • crypto_utils::sign_base64
  • crypto_utils::sign_jwt
  • crypto_utils::signing_key_from_pem
  • crypto_utils::signing_public_key_from_pem
  • crypto_utils::strip_pem_headers
  • crypto_utils::to_base64
  • crypto_utils::to_base64_url
  • crypto_utils::verify_signature
  • log
  • set_logger

Constants

  • constant::DERIVED_KEY_INFO
  • constant::DERIVED_KEY_SALT
  • constant::ENCRYPTED_PRIVATE_KEY_PREFIX
  • constant::PAYLOAD_TYPE_INVOKE
  • constant::PAYLOAD_TYPE_KEY_EXCHANGE
  • constant::PAYLOAD_TYPE_PAYLOAD
  • constant::PAYLOAD_VERSION
  • constant::PRIVATE_KEY_PREFIX
  • constant::PUBLIC_KEY_PREFIX