mirror of
https://github.com/fluencelabs/js-libp2p-crypto
synced 2025-03-16 03:41:01 +00:00
BREAKING CHANGE: getRandomValues method exported from src/keys/rsa-browser.js and src/keys/rsa.js signature has changed from accepting an array to a number for random byte length
6 lines
79 B
JavaScript
6 lines
79 B
JavaScript
/* global self */
|
|
|
|
'use strict'
|
|
|
|
module.exports = self.crypto || self.msCrypto
|