Skip to content

Commit

Permalink
fix some circular deps
Browse files Browse the repository at this point in the history
  • Loading branch information
malgorithms committed Jan 4, 2021
1 parent f4603ef commit 8b5861d
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lib/bn.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 9 additions & 11 deletions lib/nacl/dh.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"keybase"
],
"author": "Maxwell Krohn",
"version": "2.1.15",
"version": "2.1.16",
"license": "BSD-3-Clause",
"types": "./index.d.ts",
"main": "./lib/main.js",
Expand Down
2 changes: 1 addition & 1 deletion src/bn.iced
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

{nbv,nbi,BigInteger,nbits} = require 'bn'
{buffer_to_ui8a} = require './util'
{buffer_to_ui8a} = require('pgp-utils').util

#=================================================================

Expand Down
1 change: 0 additions & 1 deletion src/nacl/dh.iced
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ K = konst.kb
{genseed,bufeq_fast} = require '../util'
{BaseKey} = require '../basekeypair'
{BaseKeyPair} = require './base'
{b2u,u2b} = require './eddsa'
NaclEddsa = require('./eddsa').Pair

TYPE = K.public_key_algorithms.NACL_DH
Expand Down

0 comments on commit 8b5861d

Please sign in to comment.