kyber icon indicating copy to clipboard operation
kyber copied to clipboard

VRF implementation

Open nikkolasg opened this issue 7 years ago • 4 comments

Now that we have DLEQ merged upstream, we can implement in a more or less straightforward way a VRF. The groundwork is already done in https://github.com/dedis/paper_17_sosp_omniledger/blob/master/gossip/vrf.go It is mostly a question of API and arranging stuff around... Also we must verify that this implementation is correct regarding the bug raised in the CONIKS repo and KT repo.

nikkolasg avatar Apr 27 '17 20:04 nikkolasg

Have you seen our IETF Internet draft on VRFs? (The bug in CONIKS and KT you mention above was reported by us...)

https://datatracker.ietf.org/doc/draft-goldbe-vrf/

goldbe avatar Jul 05 '17 16:07 goldbe

Thank you for pointing it out to us, we'll definitely have a look when we'll tackle this issue then. It's definitely better if we can try to stick to the (future) standards ;)

nikkolasg avatar Jul 05 '17 19:07 nikkolasg

Hi Sharon, yes I've definitely seen your I-D on VRFs! Nice work, and I've been hoping to find time to do a more detailed read and comment pass; will try to before (or worst-case during) the Prague IETF. Looking forward to meeting and catching up there hopefully!

bford avatar Jul 06 '17 09:07 bford

Yes, see you in Prague! Would love to work with you guys,

goldbe avatar Jul 10 '17 09:07 goldbe