Browse Source

require SecureRandom and Point ... woops

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

2
lib/common/Key.js

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

Loading…
Cancel
Save