Image Not Showing
Possible Reasons
- The image file may be corrupted
- The server hosting the image is unavailable
- The image path is incorrect
- The image format is not supported
Learn More →
2022-11-11
API
Security properties*
- uniqueness:
- collision resistance:
- pseudorandomness ( – distinguisher):
fix ( and are unknown!), "looks" random
- unpredictability under malicious key gen (for leader selection!):
fix , chosen by attacker,
* hard to compute, in addition to NIZKP properties, non-malleability
ECVRF
Variants of proofs:
- Schnoor preimage proof (eg. ed25519 "compatible")
- pairing-based proof (eg. BLS "compatible")
ECVRF-EDWARDS25519-SHA512-ELL2
- Curve25519, Ristretto subgroup(?)
- Elligator2 for hash-to-curve
- SHA512 for hash-to-rnd
- nonce_gen, challenge_gen, salt, domain separation
- point/int (de)serialization
- verify: canonical encoding, low-/mixed-order points
- third-party non-malleability
- adversarial prover
What's next?
Thanks
Questions?