Docs.rs
  • entropy-protocol-0.3.0
    • entropy-protocol 0.3.0
    • Permalink
    • 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.83 normal
      • axum ^0.7.7 normal optional
      • base64 ^0.22.1 normal optional
      • bincode ^1.3.3 normal
      • blake2 ^0.10.4 normal
      • entropy-shared ^0.3.0 normal
      • futures ^0.3 normal
      • getrandom ^0.2 normal
      • gloo-net ^0.6.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.70 normal optional
      • num ^0.4.3 normal
      • 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.2.0-beta.0 normal
      • thiserror ^1.0.64 normal
      • tokio ^1.40 normal
      • tokio-tungstenite ^0.24.0 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.43 normal optional
      • x25519-dalek ^2.0.1 normal
      • zeroize ^1.8.1 normal
      • anyhow ^1.0.89 dev
      • num_cpus ^1.16.0 dev
      • serial_test ^3.1.1 dev
      • sp-keyring ^34.0.0 dev
    • Versions
    • 45.61% of the crate is documented
  • Platform
    • x86_64-unknown-linux-gnu
  • Feature flags
  • Rust
    • About docs.rs
    • Privacy policy
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

entropy_protocol0.3.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

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

Enums

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

Traits

  • protocol_transport::ThreadSafeWsConnection
  • protocol_transport::WsConnection

Functions

  • decode_verifying_key
  • execute_protocol::execute_dkg
  • execute_protocol::execute_protocol_generic
  • execute_protocol::execute_reshare
  • execute_protocol::execute_signing_protocol
  • protocol_transport::noise::noise_handshake_initiator
  • protocol_transport::noise::noise_handshake_responder
  • protocol_transport::ws_to_channels

Type Aliases

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