ChainSafe / gossamer

🕸️ Go Implementation of the Polkadot Host
https://chainsafe.github.io/gossamer
GNU Lesser General Public License v3.0
428 stars 110 forks source link

VRF implementation w/ schnorrkel #194

Closed noot closed 5 years ago

noot commented 5 years ago

VRFs are used for consensus.

using sr25519-crust and cgo, implement sign and verify https://github.com/Warchant/sr25519-crust/blob/master/test/vrf.cpp

noot commented 5 years ago

there are 2 other issues for this that I think cover it, so I'm gonna close this #210 #171