Module entropy_shared::types

source ·

Structs§

Enums§

  • 256-bit hashing algorithms for deriving the point to be signed.
  • Defines an application’s accessibility Public -> User does not hold a keyshare Private -> User holds keyshare

Type Aliases§

  • This should match the type found in entropy-runtime. We define it ourselves manually here since we don’t want to pull that whole crate it just for a u32.
  • A compressed, serialized [synedrion::ecdsa::VerifyingKeyk256::Secp256k1]
  • X25519 public key used by the client in non-interactive ECDH to authenticate/encrypt interactions with the threshold server (eg distributing threshold shares).