Brad Anderson
Brad Anderson
Yeah, I checked this PR out as well, and I'm not feeling it. Not sure what to do here to help you out. I did see a random old (ish)...
You are right. `crypto.webcrypto` didn't get the same treatment as `crypto.subtle`. Do you want to throw a PR together? If not, I can get to it after I release `0.7.0`...
Well, probably it's missing `webcrypto.ts` file in the top-level of JS code, and then put the exports in there, according to [Node docs](https://nodejs.org/api/webcrypto.html) and implementation-coverage.md in this repo. Then one...
I have this fix in an upcoming PR
Can someone give me a small reproducible app in a repo, with errors, as well as expected outcomes? Maybe just a branch with a failing test in this repo would...
I think this might be an issue with how `jose` detects a `CryptoKey` instance. If you look [here](https://github.com/nodejs/node/blob/main/lib/internal/crypto/keys.js#L641-L647), you can see that interop is a known thing. RNQC and Node...
I spent almost a week trying to solve it, hitting the same errors you're getting. I just gave up :(
> I am stuck on this, why was this issue closed? Because most everyone is using Hermes? I took a look, but don't need JSC myself.
I just cleaned up code in a dtor that was crashing (#540, then properly in #558). Maybe that helps upon app exit? Try `0.7.10` and report back here, please 🙏
@panva hi 👋 I attempted to add the `Symbol.toStringTag` values for the RNQC classes, and add tests in [this commit](https://github.com/margelo/react-native-quick-crypto/pull/692/commits/cbee67376043f2a973badcbdc2feb52b861f428f). Any idea why I'd be seeing the following? ``` fail:...