Js2Py
Js2Py copied to clipboard
webcrypto missing
const crypto = require('crypto').webcrypto;
let a = new Uint8Array(24);
console.log(crypto.getRandomValues(a));
https://stackoverflow.com/questions/67836986/equivalent-of-crypto-getrandomvalues-and-uint32array-in-python