Mistake in pkdbf2 requires, it's hmac and not hmac.js
This commit is contained in:
parent
636d403396
commit
f88a0d1f29
|
@ -17,7 +17,7 @@
|
|||
along with gPass. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
var hmac = require("hmac.js").hmac;
|
||||
var hmac = require("hmac").hmac;
|
||||
|
||||
exports.pkdbf2 = {
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user