mirror of
https://github.com/danbulant/jose
synced 2026-05-21 05:18:59 +00:00
3 lines
112 B
JavaScript
3 lines
112 B
JavaScript
import crypto from './webcrypto.js';
|
|
const random = crypto.getRandomValues.bind(crypto);
|
|
export default random;
|