use nacl-fast in history keeper

This commit is contained in:
ansuz 2019-09-27 13:31:42 +02:00
parent 069776e804
commit c968d1cdae
1 changed files with 1 additions and 1 deletions

View File

@ -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");