signalapp / curve25519-java

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

Update README.md #39

Closed forceporquillo closed 3 years ago

forceporquillo commented 3 years ago

remove unused secureRandom byte array from cipher.calculateSignature(secureRandom, privateKey, message);

linked to #26