fcoin/lib/bcoin.js
Fedor Indutny 8a3c9d2dcd initial
2014-04-28 17:12:26 +04:00

7 lines
195 B
JavaScript

var bcoin = exports;
var elliptic = require('elliptic');
bcoin.ecdsa = elliptic.ecdsa(elliptic.nist.secp256k1);
bcoin.utils = require('./bcoin/utils');
bcoin.wallet = require('./bcoin/wallet');