UNPKG

mcl-wasm

Version:

mcl ; A portable and fast pairing-based cryptography library for Node.js by WebAssembly

7 lines (6 loc) 190 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const getRandomValues = (buf) => { return crypto.getRandomValues(buf); }; exports.default = getRandomValues;