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
The docs stipulate that the native crypto module is fully supported, however, when trying to use createCipher or createCipheriv functions, I get the following errors:
Could not find export 'createCipher' in module 'crypto'
Is there anything special I need to do to enable those functions?
The text was updated successfully, but these errors were encountered:
Hello and thanks for this wonderful tool 🙌
The docs stipulate that the native
crypto
module is fully supported, however, when trying to usecreateCipher
orcreateCipheriv
functions, I get the following errors:Is there anything special I need to do to enable those functions?
The text was updated successfully, but these errors were encountered: