We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce19409 commit 5d2a6aeCopy full SHA for 5d2a6ae
README.md
@@ -48,10 +48,10 @@ TweetNacl in Java
48
49
In top directory:
50
51
-$ mkdir out
52
-$ javac -d out src/com/iwebpp/crypto/*.java src/com/iwebpp/crypto/tests/*.java
53
-$ java -cp out com.iwebpp.crypto.tests.TweetNaclTest
54
-$ java -cp out com.iwebpp.crypto.tests.TweetNaclFastTest
+ $ mkdir out
+ $ javac -d out src/com/iwebpp/crypto/*.java src/com/iwebpp/crypto/tests/*.java
+ $ java -cp out com.iwebpp.crypto.tests.TweetNaclTest
+ $ java -cp out com.iwebpp.crypto.tests.TweetNaclFastTest
55
56
57
### License MIT
0 commit comments