terl / lazysodium-java

A Java implementation of the Libsodium crypto library. For the lazy dev.
https://github.com/terl/lazysodium-java/wiki
Mozilla Public License 2.0
134 stars 46 forks source link

Add Ristretto255 support #106

Closed Traderjoe95 closed 2 years ago

Traderjoe95 commented 3 years ago

libsodium is supporting the Ristretto255 prime order group. This PR implements support in LazySodium.

gurpreet- commented 3 years ago

Libsodium has Ristretto support now? 🙂

Reviewing now.

Traderjoe95 commented 3 years ago

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 😄

michielgkalkman commented 2 years ago

Hi, any chance this will be merged and deployed any time soon?

anhepol commented 2 years ago

As @michielgkalkman says. @Traderjoe95 It would be great if this pull request could be completed. :)

Traderjoe95 commented 2 years ago

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.

Traderjoe95 commented 2 years ago

@gurpreet- I addressed all your comments, I hope we are clear to merge now. 😃

Cheers!

gurpreet- commented 2 years ago

Looks great! Merged!

michielgkalkman commented 2 years ago

Thanks!!