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 b188e0f commit f2438b3Copy full SHA for f2438b3
README.md
@@ -37,6 +37,11 @@ rewrite tweetnacl.c in pure Java
37
38
### Refer to com.iwebpp.crypto.tests for details
39
40
+### About Random generation
41
+
42
+* the library uses java.security.SecureRandom for key generation
43
+* you can always use the library to generate key, or use a Crypto Random like java.security.SecureRandom
44
45
46
### License MIT
47
0 commit comments