require SecureRandom and Point ... woops

This commit is contained in:
Ryan X. Charles 2014-07-17 16:30:22 -07:00
parent 49ff6c7b76
commit bfe5877ee7
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
var bignum = require('bignum');
var Point = require('./Point');
var SecureRandom = require('./SecureRandom');
var Key = function() {}
Key.parseDERsig = function(sig) {