fcoin/lib/hd/index.js
Christopher Jeffrey d4cc22e1c5
refactor: crypto.
2017-06-27 07:27:53 -07:00

10 lines
194 B
JavaScript

/*!
* hd/index.js - hd keys for bcoin
* Copyright (c) 2014-2016, Christopher Jeffrey (MIT License).
* https://github.com/bcoin-org/bcoin
*/
'use strict';
module.exports = require('./hd');