Gary Button
Gary Button
Can we close this issue if it has been resolved?
Created a PR with what I thought a fix might be: https://github.com/signalapp/libsignal-protocol-javascript/pull/67
There is no default, it will try to ``` const ivHex = convertArrayBufferToHex(ivArrayBuffer); ``` Which uses ``` const convertArrayBufferToHex = hexLite.fromBuffer; ``` which will be an empty string
I am not sure how to fix this, I can try to reproduce
The warning is not around your code but I will try to silence. How are you testing?
I am not sure which algorithms can work in chunks and which need the entire file to do encryption. The brute force way is to load the entire file into...
How large are these file?
Hmm, I dont know why that would be an issue. Did you also do a `pod install` in the ios directory?
Ok, will try to reproduce again, I do have this is the repository I am using for testing: https://github.com/ghbutton/react-native-simple-crypto-test-2
What platforms are you testing on?