Completed
Shamir Secret Sharing (tn) & VSS
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Have You Distributed Randomness?
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is randomness?
- 3 Why do we want randomness?
- 4 How about previous works?
- 5 The history behind drand
- 6 The theory behind drand
- 7 Building blocks
- 8 Shamir Secret Sharing (tn) & VSS
- 9 Recall - (ten) Distributed Key Generation
- 10 Pairing-based Cryptography
- 11 Recall digital signatures
- 12 BLS: Signing
- 13 BLS: verifying
- 14 Threshold BLS Signatures
- 15 drand: setup of the protocol
- 16 drand: generation of randomness
- 17 Chained Randomness
- 18 The features of drand
- 19 Using cool source of entropy
- 20 Resharing allows for new members!
- 21 Future Work