trevorbernard / curve25519-java

Java port of Matthijs van Duin's implementation of Daniel J Bernstein's Curve25519.
16 stars 4 forks source link

anyone knows it works or not #2

Open jackzhp opened 6 years ago

jackzhp commented 6 years ago

anyone knows it works or not

jack

fpiraneo commented 3 years ago

@jackzhp I tried https://github.com/balena/ecdh-curve25519-java (that is derived from this) and it works; however it seems not compatible with NaCL implementation that require a Salsa20 hashing. I don't have any other detail and I tried a simple Salsa20 hashing of generated shared key and doesn't work. Any details will be great.