-
Notifications
You must be signed in to change notification settings - Fork 107
Open
Description
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
n/aDevice
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
- I am using Expo
- I have read the Troubleshooting Guide
- I agree to follow this project's Code of Conduct
- I searched for similar issues in this repository and found none.
Metadata
Metadata
Assignees
Labels
No labels