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