Brad Anderson

Results 114 comments of Brad Anderson

It's a liitle wack, because RN: ``` TypeError: Cannot read property 'slice' of undefined at getHashLength (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.margelo.rnqc.example.RNQCExample:153197:36) at checkEncCryptoKey (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.margelo.rnqc.example.RNQCExample:153314:39) at ?anon_0_ (http://localhost:8081/index.bundle//&platform=ios&dev=true&lazy=true&minify=false&inlineSourceMap=false&modulesOnly=false&runModule=true&excludeSource=true&sourcePaths=url-server&app=com.margelo.rnqc.example.RNQCExample:153770:79) at next (native) ``` I made a...

Please include details on what error you're seeing.

Did you search in this repo's issues? #242 #310 #340 and the solution in #264? If you're still seeing this, please try `v0.7.x` versions.

Cool. If you have issues in the future, I have made this: https://github.com/boorad/rnqc-test-apps. I'm trying to get organized around all the build / lib / arch / engine options that...

* 😦 It looks to me like `privateDecrypt()` is not implemented in the [implementation guide](https://github.com/margelo/react-native-quick-crypto/blob/0.x/docs/implementation-coverage.md?plain=1#L128). * 😄 The code looks to be in place [here](https://github.com/margelo/react-native-quick-crypto/blob/0.x/cpp/MGLQuickCryptoHostObject.cpp#L70-L75) and [here](https://github.com/margelo/react-native-quick-crypto/blob/0.x/cpp/Cipher/MGLPublicCipherInstaller.h#L37) for this to...

@Morgandri1 can you take the dive into C++ (using XCode) to see what's going on? Use [this PR & branch](https://github.com/margelo/react-native-quick-crypto/pull/504), and the example app. Set some breakpoints in XCode in...

@Morgandri1 What is in `encrypt_symetric_key()`? I think we need keys and data from the Rust side to test on the RN side, because this test passes: ```ts it('#494 decryption error',...

Is this still an issue with `0.7.x` versions? Have you tried a version with `"@babel/runtime": "^7.20.0",`added to `devDependencies` in package.json?