Docs.rs
  • libsignal-protocol-0.1.0
    • libsignal-protocol 0.1.0
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • Michael-F-Bryan
    • shekohex
    • Dependencies
      • aes ^0.3.2 normal optional
      • aes-ctr ^0.3.0 normal optional
      • block-modes ^0.3.3 normal optional
      • failure ^0.1.5 normal
      • failure_derive ^0.1.5 normal
      • hmac ^0.7.0 normal optional
      • libsignal-protocol-sys ^0.1.0 normal
      • lock_api ^0.2.0 normal
      • log ^0.4.6 normal
      • openssl ^0.10 normal optional
      • parking_lot ^0.8.0 normal
      • rand ^0.6.5 normal
      • rental ^0.5.3 normal optional
      • sha2 ^0.8.0 normal optional
      • cfg-if ^0.1.9 dev
      • env_logger ^0.6.1 dev
    • Versions
    • 100% of the crate is documented
  • Platform
    • 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

libsignal_protocol0.1.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • Address
  • Buffer
  • Context
  • HMACBasedKeyDerivationFunction
  • PreKeyBundle
  • PreKeyBundleBuilder
  • SessionBuilder
  • SessionCipher
  • SessionRecord
  • SessionState
  • StoreContext
  • crypto::DefaultCrypto
  • crypto::SignalCipherTypeError
  • keys::IdentityKeyPair
  • keys::KeyPair
  • keys::PreKey
  • keys::PreKeyList
  • keys::PrivateKey
  • keys::PublicKey
  • keys::SessionSignedPreKey
  • messages::CiphertextMessage
  • messages::PreKeySignalMessage
  • messages::SignalMessage
  • stores::InMemoryIdentityKeyStore
  • stores::InMemoryPreKeyStore
  • stores::InMemorySessionStore
  • stores::InMemorySignedPreKeyStore
  • stores::SerializedSession

Enums

  • InternalError
  • crypto::SignalCipherType
  • messages::CiphertextType

Traits

  • FromInternalErrorCode
  • IntoInternalErrorCode
  • Serializable
  • crypto::Crypto
  • crypto::Sha256Hmac
  • crypto::Sha512Digest
  • stores::IdentityKeyStore
  • stores::PreKeyStore
  • stores::SessionStore
  • stores::SignedPreKeyStore

Functions

  • calculate_signature
  • create_hkdf
  • generate_identity_key_pair
  • generate_key_pair
  • generate_pre_keys
  • generate_registration_id
  • generate_signed_pre_key
  • session_builder
  • store_context