signalapp / curve25519-java

Pure Java and JNI backed Curve25519 implementation.
GNU General Public License v3.0
233 stars 96 forks source link

Add VXEdDSA realization #33

Closed Tolsi closed 5 years ago

Tolsi commented 5 years ago

Why we do not have the realization of your brilliant idea?

https://signal.org/docs/specifications/xeddsa/

Also in the code there are links to VXEdDSA tests.

int vxeddsa_fast_test(int silent);

Are you hiding something from us? 🤔

Tolsi commented 5 years ago

oops, looks like it called 'xveddsa' after some updates