This repository has been archived by the owner on Aug 17, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
integrate the DAGA work into kyber #1
Comments
not sure why kyber/sign/daga is the right place, to me DAGA is not a cryptographic primitive but an authentication scheme |
other concern: now that I see that there are things in kyber like kyber/proof/ that defines stuff and interfaces to support Sigma-protocols and discrete logarithm proofs in the Camenisch/Stadler framework. |
TODO: |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Implement something in a similar way as https://github.com/dedis/kyber/blob/master/share/dkg/rabin/dkg.go
into the student_18_daga/sign/daga directory.
Only main structures - no networking / json methods
port it to dedis/kyber#master: https://github.com/dedis/kyber/wiki/Migration-from-gopkg.in-dedis-crypto.v0
Define methods on these structure
Write (or copy) the corresponding tests
The text was updated successfully, but these errors were encountered: