Browse Source

use nacl-fast in history keeper

master
ansuz 1 year ago
parent
commit
c968d1cdae
1 changed files with 1 additions and 1 deletions
  1. 2
      historyKeeper.js

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

Loading…
Cancel
Save