Closed
Description
The current implementation relies on the Math.random, which would not be sufficient for crypto application:
Line 150 in 9e53a6e
It would be better, I think, to use RandomSource.getRandomValues() when it is available (with a fallback to the current method if not).