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