Js2Py icon indicating copy to clipboard operation
Js2Py copied to clipboard

webcrypto missing

Open SmartManoj opened this issue 4 years ago • 0 comments

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

SmartManoj avatar Sep 12 '21 10:09 SmartManoj