Docs.rs
  • polysig-driver-0.8.0
    • polysig-driver 0.8.0
    • Permalink
    • Docs.rs crate page
    • MIT OR Apache-2.0 OR AGPL-3.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • tmpfs
    • Dependencies
      • async-trait ^0.1 normal
      • bip32 ^0.5 normal optional
      • ed25519 ^2.2.3 normal optional
      • ed25519-dalek ^2 normal optional
      • frost-ed25519 ^2 normal optional
      • futures ^0.3 normal
      • k256 ^0.13 normal optional
      • polysig-protocol ^0.8 normal
      • rand ^0.8 normal
      • serde ^1 normal
      • serde_json ^1 normal
      • sha3 ^0.10 normal
      • synedrion ^0.2.0 normal optional
      • thiserror ^1 normal
      • tracing ^0.1 normal
      • rustc_version ^0.4.1 build
      • wasm-bindgen ^0.2 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

polysig_driver0.8.0

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases

List of all items

Structs

  • Participant
  • PartyOptions
  • RoundInfo
  • RoundMessage
  • cggmp::AuxGenDriver
  • cggmp::KeyGenDriver
  • cggmp::KeyInitDriver
  • cggmp::KeyRefreshDriver
  • cggmp::KeyResharingDriver
  • cggmp::SignatureDriver
  • frost::ed25519::KeyGenDriver
  • frost::ed25519::SignatureDriver
  • recoverable_signature::RecoverableSignature
  • signers::ecdsa::EcdsaSigner
  • signers::eddsa::EddsaSigner
  • signers::eddsa::Signature
  • signers::schnorr::SchnorrSigner
  • signers::schnorr::Signature
  • signers::schnorr::VerifyingKey

Enums

  • Error
  • cggmp::Error
  • frost::Error

Traits

  • ProtocolDriver
  • Round

Functions

  • cggmp::derive_bip32

Type Aliases

  • Result
  • cggmp::KeyShare
  • cggmp::Participant
  • cggmp::PartyOptions
  • cggmp::Result
  • frost::Result
  • frost::ed25519::KeyShare
  • frost::ed25519::Participant
  • frost::ed25519::PartyOptions
  • frost::ed25519::Signature
  • signers::ecdsa::Signature