Docs.rs
  • mpc-client-0.7.1
    • mpc-client 0.7.1
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • tmpfs
    • Dependencies
      • async-stream ^0.3 normal
      • async-trait ^0.1 normal
      • futures ^0.3 normal
      • mpc-driver ^0.7 normal
      • mpc-protocol ^0.7 normal
      • serde ^1 normal
      • thiserror ^1 normal
      • tracing ^0.1 normal
      • tokio ^1 normal
      • tokio-tungstenite ^0.23 normal
      • getrandom ^0.2 normal
      • js-sys ^0.3 normal
      • log ^0.4 normal
      • serde-wasm-bindgen ^0.6 normal
      • tokio ^1 normal
      • wasm-bindgen ^0.2 normal
      • wasm-bindgen-futures ^0.4 normal
      • wasm-log ^0.3 normal
      • web-sys ^0.3 normal
    • Versions
    • 100% 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
    • 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

mpc_client0.7.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • Client
  • ClientOptions
  • ServerOptions
  • SessionInitiator
  • SessionOptions
  • SessionParticipant
  • cggmp::AuxGenDriver
  • cggmp::KeyGenDriver
  • cggmp::KeyInitAck
  • cggmp::KeyInitDriver
  • cggmp::KeyRefreshDriver
  • cggmp::KeyResharingDriver
  • cggmp::SignatureDriver
  • frost::ed25519::KeyGenDriver
  • frost::ed25519::SignatureDriver
  • meeting::MeetingOptions

Enums

  • Error
  • SessionHandler
  • Transport

Traits

  • Driver
  • NetworkTransport
  • SessionEventHandler

Functions

  • cggmp::keygen
  • cggmp::reshare
  • cggmp::sign
  • frost::ed25519::keygen
  • frost::ed25519::sign
  • meeting::create
  • meeting::join
  • wait_for_close
  • wait_for_driver
  • wait_for_session
  • wait_for_session_finish

Type Aliases

  • EventLoop
  • EventStream
  • Result
  • cggmp::KeyShare
  • cggmp::Participant
  • cggmp::PartyOptions
  • cggmp::Result