Skip to content
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

Open
lonerapier opened this issue May 25, 2024 · 7 comments
Open

feat: Diffie-Hellman and elliptic curve DH #81

lonerapier opened this issue May 25, 2024 · 7 comments
Assignees

Comments

@lonerapier
Copy link
Collaborator

Since we have ECDSA now, it would be fascinating to see a toy implementation of Diffie-Hellman and ECDH.

Resources:

@jtriley-eth
Copy link
Contributor

i can give this a go tomorrow, maybe move src/ecdsa.rs into src/ecc/ecdsa.rs then add the ecdh

@lonerapier
Copy link
Collaborator Author

sir, if possible, do try tripartite DH using Tate pairings as well

@jtriley-eth
Copy link
Contributor

ecdh

@jtriley-eth
Copy link
Contributor

gonna have to solidify my understanding of bilinear maps & G2+ a bit first, but will do 🫡

@Autoparallel
Copy link
Contributor

classic scary sounding thing for "take two things make new unique new thing"|

@lonerapier
Copy link
Collaborator Author

"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)

@devloper
Copy link
Contributor

devloper commented Jul 2, 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants