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
136 stars 49 forks source link

Added support for conversion from ed25519 to curve25519 #22

Closed PaulSeiziger closed 6 years ago

gurpreet- commented 6 years ago

Thanks for your contribution! Everything looks great to me. I have merged it.

The tests did fail however that was something to do with GenericHash* rather than your code. I will debug into that further.