You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It depends on implementation of crypto.randomBytes.
Your question is the same as:
Is crypto.randomBytes(8) the same as repeating crypto.randomBytes(4) 2 times?
Note: JsCrypto.Word32Array.random(8) is actually doing latter(repeating rng and concatenate the results).
Is JsCrypto.Word32Array.random(8) same as crypto.randomBytes(8).toString("hex") in terms of cryptographically strong random generation?
The text was updated successfully, but these errors were encountered: