Mistake in pkdbf2 requires, it's hmac and not hmac.js
This commit is contained in:
@@ -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 = {
|
||||
|
||||
|
Reference in New Issue
Block a user