Structs§
- Hashing
Algorithm Iter - An iterator over the variants of HashingAlgorithm
- OcwMessage
Dkg - Offchain worker message for initiating the initial jumpstart DKG
- OcwMessage
Proactive Refresh - Offchain worker message for initiating a proactive refresh
- OcwMessage
Reshare - Offchain worker message for initiating a refresh
- Validator
Info - Information from the validators in signing party
Enums§
- Hashing
Algorithm - 256-bit hashing algorithms for deriving the point to be signed.
Type Aliases§
- Block
Number - 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
. - Bounded
VecEncoded Verifying Key - Encoded
Verifying Key - A compressed, serialized [synedrion::ecdsa::VerifyingKeyk256::Secp256k1]
- X25519
Public Key - X25519 public key used by the client in non-interactive ECDH to authenticate/encrypt interactions with the threshold server (eg distributing threshold shares).