signalapp / curve25519-java

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

Eliminate max message size for signatures. #3

Closed moxie0 closed 9 years ago

moxie0 commented 9 years ago

Dynamically allocate working buffers instead.