You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2024. It is now read-only.
I am attempting to do PBKDF2 key generation via a passphrase and cannot generate the key material for input to the deriveKey call with the following error:
Error: unsupported algorithm
Environment info:
React Native 0.63.4
Ejected Expo app (ran npx pod-install before this)
MacOS, simulating on iOS 14.5 on iPhone 11 with XCode 12.5
I am attempting to do PBKDF2 key generation via a passphrase and cannot generate the key material for input to the
deriveKey
call with the following error:Environment info:
npx pod-install
before this)Code to repro:
The text was updated successfully, but these errors were encountered: