Mistake in pkdbf2 requires, it's hmac and not hmac.js

This commit is contained in:
Grégory Soutadé 2015-02-05 20:07:11 +01:00
parent 636d403396
commit f88a0d1f29
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {