Module entropy_shared::types
source · Structs§
- An iterator over the variants of HashingAlgorithm
- Offchain worker message for initiating a dkg
- Offchain worker message for initiating a proactive refresh
- Information from the validators in signing party
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 au32. - 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).