signalapp / curve25519-java

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

README: updated signature example #27

Open dnet opened 6 years ago

dnet commented 6 years ago

The method calculateSignature of Curve25519 instances doesn't take an explicit random parameter since 0f10718, but rather generates it implicitly before passing it on to the provider.