salt, info, byteLength, (err, bits) => { if (err) return reject(err); resolve(bits); }); }); } module.exports = { hkdf, hkdfSync, hkdfDeriveBits, };