From c968d1cdae74b8bb5fc9427edecc3292647bf7e6 Mon Sep 17 00:00:00 2001 From: ansuz Date: Fri, 27 Sep 2019 13:31:42 +0200 Subject: [PATCH] use nacl-fast in history keeper --- historyKeeper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/historyKeeper.js b/historyKeeper.js index d90b8c113..53ce46807 100644 --- a/historyKeeper.js +++ b/historyKeeper.js @@ -3,7 +3,7 @@ ;(function () { 'use strict'; const nThen = require('nthen'); -const Nacl = require('tweetnacl'); +const Nacl = require('tweetnacl/nacl-fast'); const Crypto = require('crypto'); const Once = require("./lib/once"); const Meta = require("./lib/metadata");