Skip to content

Commit f2438b3

Browse files
committed
added crypto random generation notes
1 parent b188e0f commit f2438b3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ rewrite tweetnacl.c in pure Java
3737

3838
### Refer to com.iwebpp.crypto.tests for details
3939

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+
4045

4146
### License MIT
4247

0 commit comments

Comments
 (0)