Browse Source

require Point ... woops

patch-2
Ryan X. Charles 10 years ago
parent
commit
c8f11b9c0a
  1. 1
      lib/browser/Key.js

1
lib/browser/Key.js

@ -1,6 +1,7 @@
var SecureRandom = require('../SecureRandom'); var SecureRandom = require('../SecureRandom');
var bignum = require('bignum'); var bignum = require('bignum');
var elliptic = require('elliptic'); var elliptic = require('elliptic');
var Point = require('./Point');
var Key = function() { var Key = function() {
this._pub = null; this._pub = null;

Loading…
Cancel
Save