3 lines
89 B
JavaScript
3 lines
89 B
JavaScript
|
import crypto from './webcrypto.js';
|
||
|
export default crypto.getRandomValues.bind(crypto);
|