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: add CompressedEdwardsY::decompress_unchecked() #2

Merged

Conversation

StackOverflowExcept1on
Copy link

@mikelodder7 could you please look and publish version 0.13.1 to crates.io if everything is ok? I need method similar to curve25519_dalek::CompressedEdwardsY::decompress() for my PR: ZcashFoundation/frost#770. I'm going to use your fork as it has no_std and author of ed448-goldilocks hasn't updated it for a very long time.

@mikelodder7
Copy link
Owner

Yeah that’s why I’ve been updating this one and to add other methods I needed for frost signing and other stuff. I’ll take look

@mikelodder7 mikelodder7 merged commit f22ac9e into mikelodder7:main Nov 10, 2024
@StackOverflowExcept1on StackOverflowExcept1on deleted the decompress-unchecked branch November 11, 2024 01:05
@StackOverflowExcept1on
Copy link
Author

StackOverflowExcept1on commented Nov 11, 2024

@mikelodder7 could you also fork x448: https://github.com/crate-crypto/x448? I will try to maintain this because I want to make my own FROST based protocol where an abstract ECDH is needed.

@mikelodder7
Copy link
Owner

Yeah I'm planning to, just a matter of priorites.

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.

2 participants