-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Diffie-Hellman and elliptic curve DH #81
Comments
i can give this a go tomorrow, maybe move |
sir, if possible, do try tripartite DH using Tate pairings as well |
gonna have to solidify my understanding of bilinear maps & G2+ a bit first, but will do 🫡 |
classic scary sounding thing for "take two things make new unique new thing"| |
"Key Exchange", simple and better. @jtriley-eth just ping me, would love to jam with you and help anywhere possible. Pairings was an amazing topic that I enjoyed battling with a lot (still don't understand it completely lol) |
Pluto internal code has some magic ECDH that we depend on :). Definitely recommend diving into and exploring this primitive. It's key to how our web proofs works. We will be open-sourcing something substantial in ~2 weeks for that. I wonder if clever tripartite ecdh could be used for web proofs... hm! |
Since we have ECDSA now, it would be fascinating to see a toy implementation of Diffie-Hellman and ECDH.
Resources:
The text was updated successfully, but these errors were encountered: