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

Add VerifyingKey::to_edwards #624

Merged
merged 1 commit into from Feb 12, 2024

Conversation

randombit
Copy link
Contributor

See #623

@tarcieri
Copy link
Contributor

I assume the original reason for not having these was so curve25519-dalek could be upgraded without a SemVer break to ed25519-dalek, but we've already gone pretty far down that road since with e.g. to_montgomery

@tarcieri
Copy link
Contributor

tarcieri commented Feb 12, 2024

Hmm, an unrelated failure due to new nightly lints for a debugging trait which needs to get annotated with #[allow(dead_code)]

Edit: opened #625

@tarcieri
Copy link
Contributor

@randombit #625 is merged. If you rebase it should fix the test failure

@randombit
Copy link
Contributor Author

Rebased with #625

@rozbb rozbb merged commit 17eab3d into dalek-cryptography:main Feb 12, 2024
14 checks passed
@rozbb
Copy link
Contributor

rozbb commented Feb 12, 2024

Thank you!

mikelodder7 pushed a commit to mikelodder7/curve25519-dalek-ml that referenced this pull request Feb 17, 2024
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.

None yet

3 participants