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
Currently Sigma.js uses scala.util.Random for generation of random bytes.
This is not a proper secure source of randomness.
This issue is to implement SecureRandom class in arobsn/sigmajs-crypto-facade#1
Currently Sigma.js uses scala.util.Random for generation of random bytes.
This is not a proper secure source of randomness.
This issue is to implement SecureRandom class in arobsn/sigmajs-crypto-facade#1
https://github.com/ScorexFoundation/sigmastate-interpreter/blob/f6e3303bb45e49f137c8dc96ddb053e35979a760/interpreter/js/src/main/scala/sigmastate/crypto/Platform.scala#L201
The text was updated successfully, but these errors were encountered: