@@ -0,0 +1,5 @@
export function makeRandom32() {
var array = new Uint32Array(32)
window.crypto.getRandomValues(array)
return Buffer.from(array)
}
The note is not visible to the blocked user.