pkg: add hmac-drbg dep.

This commit is contained in:
Christopher Jeffrey 2017-06-15 22:52:33 -07:00
parent dd16950fe2
commit 731a56114f
No known key found for this signature in database
GPG Key ID: 8962AB9DE6666BBD

View File

@ -24,7 +24,8 @@
},
"dependencies": {
"bn.js": "4.11.6",
"elliptic": "6.4.0"
"elliptic": "6.4.0",
"hmac-drbg": "^1.0.0"
},
"optionalDependencies": {
"bcoin-native": "0.0.16",