js-libp2p-crypto/src/webcrypto.js
Hugo Dias 8d8294dc3f fix: clean up, bundle size reduction
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
2019-01-08 21:29:42 +01:00

6 lines
79 B
JavaScript

/* global self */
'use strict'
module.exports = self.crypto || self.msCrypto