We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pbkdf2
The tests for pbkdf2 are littered with as number or as HashAlgorithm. Investigate if we have deviated from the Node API.
as number
as HashAlgorithm
crypto.pbkdf2( // @ts-ignore passphrase, salt, iterations, keylen, digest, (err, derived) => { if (err) { reject(err); } else { //@ts-ignore resolve(derived); } } );
n/a
sim
1.0.0-beta.11
Yes, I can reproduce the same issue in the Example app here
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What's happening?
The tests for pbkdf2 are littered with
as number
oras 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
The text was updated successfully, but these errors were encountered: