-
Notifications
You must be signed in to change notification settings - Fork 49
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 Ristretto255 support #106
Conversation
Libsodium has Ristretto support now? 🙂 Reviewing now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your hard work in creating this perfect PR!
I have some comments. Let's work on them together
src/main/java/com/goterl/lazysodium/interfaces/Ristretto255.java
Outdated
Show resolved
Hide resolved
src/main/java/com/goterl/lazysodium/interfaces/Ristretto255.java
Outdated
Show resolved
Hide resolved
src/main/java/com/goterl/lazysodium/interfaces/Ristretto255.java
Outdated
Show resolved
Hide resolved
Hey, sorry for the late reply, I've been having quite some busy days lately. I will address your suggested changes this week as soon as I have time 😄 |
Hi, any chance this will be merged and deployed any time soon? |
As @michielgkalkman says. @Traderjoe95 It would be great if this pull request could be completed. :) |
Hey all, sorry for the massive delay. I've been completely swamped at work lately, so I couldn't really continue working on this. But I guess I will be able to finish all those changes today. Let's see. |
@gurpreet- I addressed all your comments, I hope we are clear to merge now. 😃 Cheers! |
Looks great! Merged! |
Thanks!! |
libsodium is supporting the Ristretto255 prime order group. This PR implements support in LazySodium.