react-native-quick-crypto icon indicating copy to clipboard operation
react-native-quick-crypto copied to clipboard

⚡️ A fast implementation of Node's `crypto` module written in C/C++ JSI

Results 164 react-native-quick-crypto issues
Sort by recently updated
recently updated
newest added

It's missing subtle.

enhancement

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.28.0 to 5.33.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v5.33.0 5.33.0 (2022-08-08) Bug Fixes eslint-plugin: [no-extra-parens] handle await with type assertion (#5428) (e03826f) website: add explicit frontmatter...

dependencies

I spend one day and in the case if anyone interested, this is a solution by @margelo itself: https://github.com/ethers-io/ethers.js/issues/2250#issuecomment-1195416579

To fix this it is better to configure Metro instead of Babel to replace imports. I am doing this for expo this way: ```js // Learn more https://docs.expo.io/guides/customizing-metro const {...

bug

I'm encountering the following when trying to build for iOS in Expo EAS. - Version `0.4.3` - No such issues happen when building locally on apple silicon ``` ❌ Undefined...

bug

Is this on roadmap ? We want to use elliptic curve on key generation. Could I make some changes just by reading the nodejs source code ?

enhancement

Base64 conversion (`atob`/`btoa`) is done using the `Buffer` class. We use [@craftzdog/react-native-buffer](https://github.com/craftzdog/react-native-buffer) (which itself uses [@craftzdog/react-native-quick-base64](https://github.com/craftzdog/react-native-quick-base64) under the hood) as a Buffer polyfill for React Native. While this implementation is...

enhancement

Bumps [react-native-quick-base64](https://github.com/craftzdog/react-native-quick-base64) from 2.0.2 to 2.0.5. Commits 222da06 2.0.5 c0d96f1 fix(buffer): should deal with byteOffset when slicing the buffer 8e12d98 2.0.4 efdb589 fix(buffer): slice it when byteLength is not equal...

dependencies

Bumps [release-it](https://github.com/release-it/release-it) from 14.12.4 to 14.14.3. Release notes Sourced from release-it's releases. Release 14.14.3 Remove .only test (dd249c6) Temporarily(?) ignore docs.gihub.com links (returning 403) (ec3e4db) Improve docs re. git.tagMatch (93c583c)...

dependencies