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

Switch from ed25519-dalek to ed25519-compact #48

Closed
brycx opened this issue Apr 17, 2022 · 1 comment
Closed

Switch from ed25519-dalek to ed25519-compact #48

brycx opened this issue Apr 17, 2022 · 1 comment

Comments

@brycx
Copy link
Owner

brycx commented Apr 17, 2022

The latter is more self-contained, has fewer dependencies which are also up to date. The dalek crate has been behind on rand versions for some time and the ed2559-compact uses fiat's formally-verified arithmetic for Ed25519. Additionally, the latter has all the functionality required by this crate as well.

@brycx brycx changed the title Switch from ed25519-dalek to ed2559-compact Switch from ed25519-dalek to ed25519-compact Apr 17, 2022
@brycx
Copy link
Owner Author

brycx commented Apr 22, 2022

Included in the 0.5.0-alpha.3 prerelease.

@brycx brycx closed this as completed Apr 22, 2022
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

1 participant