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

Expose scalar multiplication on ed25519 #29

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

cloudhead
Copy link

@cloudhead cloudhead commented Jan 26, 2023

I've made some of the underlying operations public, to allow things like DH to be implemented using this crate.

Note that I've also bumped the version to v2.0.5, because it seems like crates.io has a v2.0.4 which doesn't appear on GitHub.. This was causing issues with dependency resolution for me, when using this branch.

Closes #28

@cloudhead cloudhead force-pushed the cloudhead/ed25519-dh branch 2 times, most recently from d75ee5f to 91a23d7 Compare January 26, 2023 14:00
@cloudhead cloudhead changed the title Implement ECDH on Ed25519 Expose scalar multiplication on ed25519 Feb 9, 2023
This allows to for example implement ECDH on the ed25519 curve.
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

Successfully merging this pull request may close these issues.

Ed25519 ECDH
1 participant