Docs.rs
  • entropy-protocol-0.2.0
    • entropy-protocol 0.2.0
    • Docs.rs crate page
    • AGPL-3.0-or-later
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • ameba23
    • github:entropyxyz:core-developers
    • Dependencies
      • async-trait ^0.1.81 normal
      • axum ^0.7.5 normal optional
      • base64 ^0.22.1 normal optional
      • bincode ^1.3.3 normal
      • blake2 ^0.10.4 normal
      • entropy-shared ^0.2.0 normal
      • futures ^0.3 normal
      • getrandom ^0.2 normal
      • gloo-net ^0.5.0 normal optional
      • hex ^0.4.3 normal
      • hpke-rs ^0.2.0 normal
      • hpke-rs-crypto ^0.2.0 normal
      • hpke-rs-rust-crypto ^0.2.0 normal
      • js-sys ^0.3.69 normal optional
      • rand_core ^0.6.4 normal
      • schnorrkel ^0.11.4 normal optional
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • snow ^0.9.6 normal
      • sp-core ^31.0.0 normal
      • subxt ^0.35.3 normal
      • synedrion ^0.1 normal
      • thiserror ^1.0.61 normal
      • tokio ^1.38 normal
      • tokio-tungstenite ^0.23.1 normal optional
      • tracing ^0.1.37 normal
      • wasm-bindgen ^0.2.92 normal optional
      • wasm-bindgen-derive ^0.3 normal optional
      • wasm-bindgen-futures ^0.4.42 normal optional
      • x25519-dalek ^2.0.1 normal
      • zeroize ^1.8.1 normal
      • anyhow ^1.0.86 dev
      • num_cpus ^1.16.0 dev
      • sp-keyring ^34.0.0 dev
    • Versions
    • 46.73% of the crate is documented
  • Go to latest version
  • 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

entropy_protocol0.2.0

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • KeyShare
  • Listener
  • PartyId
  • ProtocolMessage
  • RecoverableSignature
  • SigningSessionInfo
  • ValidatorInfo
  • execute_protocol::Channels
  • protocol_transport::Broadcaster
  • protocol_transport::SubscribeMessage
  • protocol_transport::WsChannels
  • protocol_transport::noise::EncryptedWsConnection
  • sign_and_encrypt::EncryptedSignedMessage
  • sign_and_encrypt::SignedMessage

Enums

  • SessionId
  • errors::GenericProtocolError
  • errors::ListenerErr
  • errors::ProtocolExecutionErr
  • errors::UserRunningProtocolErr
  • protocol_transport::errors::EncryptedConnectionErr
  • protocol_transport::errors::ProtocolMessageErr
  • protocol_transport::errors::WsError
  • sign_and_encrypt::EncryptedSignedMessageErr

Traits

  • protocol_transport::ThreadSafeWsConnection
  • protocol_transport::WsConnection

Functions

  • execute_protocol::execute_dkg
  • execute_protocol::execute_proactive_refresh
  • execute_protocol::execute_signing_protocol
  • protocol_transport::noise::noise_handshake_initiator
  • protocol_transport::noise::noise_handshake_responder
  • protocol_transport::open_ws_connection
  • protocol_transport::ws_to_channels
  • user::user_participates_in_dkg_protocol
  • user::user_participates_in_signing_protocol

Type Aliases

  • KeyParams
  • execute_protocol::ChannelIn
  • execute_protocol::ChannelOut