Files
echo-nexus/node_modules/lib0/webcrypto.js
T

5 lines
129 B
JavaScript

/* eslint-env browser */
export const subtle = crypto.subtle
export const getRandomValues = crypto.getRandomValues.bind(crypto)