9 lines
194 B
JavaScript
9 lines
194 B
JavaScript
/*!
|
|
* hd/index.js - hd keys for hsd
|
|
* Copyright (c) 2017-2018, Christopher Jeffrey (MIT License).
|
|
* https://github.com/handshake-org/hsd
|
|
*/
|
|
|
|
'use strict';
|
|
|
|
module.exports = require('./hd');
|