What's happening?
The tests for pbkdf2 are littered with as number or as HashAlgorithm. Investigate if we have deviated from the Node API.
Reproducible Code
crypto.pbkdf2(
// @ts-ignore
passphrase,
salt,
iterations,
keylen,
digest,
(err, derived) => {
if (err) {
reject(err);
} else {
//@ts-ignore
resolve(derived);
}
}
);
Relevant log output
Device
sim
QuickCrypto Version
1.0.0-beta.11
Can you reproduce this issue in the QuickCrypto Example app?
Yes, I can reproduce the same issue in the Example app here
Additional information
What's happening?
The tests for pbkdf2 are littered with
as numberoras HashAlgorithm. Investigate if we have deviated from the Node API.Reproducible Code
Relevant log output
Device
sim
QuickCrypto Version
1.0.0-beta.11
Can you reproduce this issue in the QuickCrypto Example app?
Yes, I can reproduce the same issue in the Example app here
Additional information