signalapp / curve25519-java

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

Batch validation #24

Open Ilya-Gazman opened 6 years ago

Ilya-Gazman commented 6 years ago

I got a feature request: Can you please add batch validation as in the native library?

Tolsi commented 6 years ago

+1

For example like this:

https://github.com/justmoon/curvebench/blob/888fdb2c70c8c719bd6709f854e06ffcc08dde65/src/ed25519-donna/ed25519-donna-batchverify.h#L204