Skip to content

Commit 48dd75f

Browse files
committed
Add a hint for clarification
1 parent 2c4068d commit 48dd75f

2 files changed

Lines changed: 4 additions & 11 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,10 @@ seeded properly!
127127
|-----------------|-----------------|---------------
128128
| random | *function(number):!Array.<number>* | Function taking the number of bytes to generate as its sole argument, returning the corresponding array of cryptographically secure random byte values.
129129
| **@see** | | http://nodejs.org/api/crypto.html
130-
| **@see** | | http://www.w3.org/TR/WebCryptoAPI/
130+
| **@see** | | http://www.w3.org/TR/WebCryptoAPI/
131+
132+
**Hint:** You might use [isaac.js](https://github.com/rubycon/isaac.js) as a CSPRNG but you still have to make sure to
133+
seed it properly.
131134

132135
### genSaltSync(rounds=, seed_length=)
133136

tests/test.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)