From 0469abd4a9c9270a1fdc962969e36e63699af8b4 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 10 Dec 2017 21:51:33 +0100 Subject: upgrade dependencies --- node_modules/crypto-browserify/index.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'node_modules/crypto-browserify/index.js') diff --git a/node_modules/crypto-browserify/index.js b/node_modules/crypto-browserify/index.js index 3b48da3da..b6d4d24e1 100644 --- a/node_modules/crypto-browserify/index.js +++ b/node_modules/crypto-browserify/index.js @@ -65,6 +65,11 @@ exports.privateDecrypt = publicEncrypt.privateDecrypt // } // }) +var rf = require('randomfill') + +exports.randomFill = rf.randomFill +exports.randomFillSync = rf.randomFillSync + exports.createCredentials = function () { throw new Error([ 'sorry, createCredentials is not implemented yet', -- cgit v1.2.3