Module types

Source

Structs§

HashingAlgorithmIter
An iterator over the variants of HashingAlgorithm
OcwMessageDkg
Offchain worker message for initiating the initial jumpstart DKG
OcwMessageProactiveRefresh
Offchain worker message for initiating a proactive refresh
OcwMessageReshare
Offchain worker message for initiating a refresh
ValidatorInfo
Information from the validators in signing party

Enums§

HashingAlgorithm
256-bit hashing algorithms for deriving the point to be signed.

Type Aliases§

BlockNumber
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.
BoundedVecEncodedVerifyingKey
EncodedVerifyingKey
A compressed, serialized [synedrion::ecdsa::VerifyingKeyk256::Secp256k1]
X25519PublicKey
X25519 public key used by the client in non-interactive ECDH to authenticate/encrypt interactions with the threshold server (eg distributing threshold shares).