Gets am Array of random bytes
This random function used is based on what kind of entropy the User Agent (Browser, OS) returns. Depending on its runtime environment, it may use https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues or https://nodejs.org/api/webcrypto.html#cryptogetrandomvaluestypedarray
This means for that for browsers a secure context, i.e. https is required to make it work!
Length of array
An array of bytes of given length
Gets am Array of random bytes
This random function used is based on what kind of entropy the User Agent (Browser, OS) returns. Depending on its runtime environment, it may use https://developer.mozilla.org/en-US/docs/Web/API/Crypto/getRandomValues or https://nodejs.org/api/webcrypto.html#cryptogetrandomvaluestypedarray
This means for that for browsers a secure context, i.e. https is required to make it work!