Terminologies
We will try to describe all terminologies here, that help you to understand the protocol and all denotes.
Verifier
Who's observe the process and verify distributed shares from the randomness. They can receive reward by committing dishonest dealer/verifier.
Publicly Verifiable Secret Sharing (PVSS)
A mechanism to split secret into share and allows any one to verify the encrypted shares of a secret without reveal the secret.
Verifiable Random Function (VRF)
Generating a randomness for a corresponding key-pair, the generated value is verifiable
Randomness
Orochi đRNG will use VRF to draw the randomness, this process is necessary to prevent participants to contribute low entropy randomness and detect dishonest participant.
Last updated