Open brianjd opened 1 year ago
Same problem here, any solution already? Thanks
@abreurapha In my case I only required a few specific functions, I ended up writing my own native module and removed this library.
The problem is that not all algorithms are implemented. Sponsoring clients dictated which algorithms were implemented. If you get the error, most than likely the specific algorithm you were trying to use, just wasn't implemented
Currently experiencing receiving the message
Invalid Cipher Algorithm
when trying to usecreateCipheriv
. Looking at the RNQC source code it appears to happen when the JSI bindings aren't installed. But I am receiving the below in my output. Any other reason whyInvalid Cipher Algorithm
would be returned/thrown?