Crate frost_evm

source ·

Re-exports§

Modules§

  • RustCrypto: secp256k1 (K-256) elliptic curve
  • FROST(secp256k1, SHA-256) keys, key generation, key shares.
  • FROST(secp256k1, SHA-256) Round 1 functionality and types.

Structs§

Functions§

  • Aggregates the signature shares to produce a final signature that can be verified with the group public key.

Type Aliases§

  • An error.
  • A FROST(secp256k1, SHA-256) participant identifier.
  • A signing key for a Schnorr signature on FROST(secp256k1, SHA-256).
  • Generated by the coordinator of the signing operation and distributed to each signing party.