require Point ... woops

This commit is contained in:
Ryan X. Charles 2014-07-05 17:48:48 -07:00
parent af6d0a5d02
commit c8f11b9c0a
1 changed files with 1 additions and 0 deletions

View File

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