Results 53 comments of Brad Anderson

I updated [@craftzdog/react-native-quick-base64](https://github.com/craftzdog/react-native-quick-base64) to be 4-6x faster recently. It was already 4x faster than `base64-js`, so now we see 16-20x faster benchmarks. The [PR](https://github.com/craftzdog/react-native-quick-base64/pull/32) used a lookup table like the...

subtle has begun to appear (#200 #211 #225 #233). Closing to handle in individual tickets with sponsorships in the future.

@lcampanis can you try this in your `package.json` file: ~~(we don't have it published to npmjs yet, working on it...)~~ ``` "react-native-quick-crypto": "^0.7.0-rc.4", ``` I'm curious if the issue persists....

There are many `0.7.0-rc.x` release candidates out now... Try the latest and see if it fixes this issue. If it does not, please reopen this issue.

Does #303 solve this issue for you?

So, `vite` uses `esbuild`, and `esbuild` doesn't understand Facebook's Flow notation (what they used before Typescript came onto the scene). It looks like you're trying to build a package with...

Also, try the latest `0.7.0-rc.X` release candidates.

@SamuelScheit hiya, any chance you could rebase this onto `main`? I'm actively working issues/PRs now, so would love to get this in! 💪 FYI, I'm using some of your ideas...

Please try latest `0.7.0-rc.X` and reopen this if the issue persists.

See #211, #224 and let me know which `crypto.subtle` methods you need. Personally, I need everything in the description of the first PR and will continue to work on those....