Brad Anderson
Brad Anderson
@compojoom hey, thanks for the ticket! This was commented out a while ago, and doesn't show as implemented [here](https://github.com/margelo/react-native-quick-crypto/blob/0.x/docs/implementation-coverage.md#subtleimportkey). However, I think it's a case of implementing `importKey()` before `generateKey()`...
Does it help to use RNQC polyfills? (see README.md) ```ts import { install } from 'react-native-quick-crypto'; install(); ``` I'm not sure what `ethers` is doing internally. What RNQC calls is...
if new RN versions are still having issues, please reopen an issue for those separately.
@Miigaarino, Are you sure that algorithm is allowed in Node `crypto`? I don't see it in `@node/types` [here](https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/node/crypto.d.ts#L677-L679). @shamilovtim made the types a bit stronger than `any` in #247 by...
I think I've handled this a bit better in #419
My ask above was for someone to validate if Node supports this. Actually I did handle it in #419 but might not have gotten `aes-128-cbc`. I'll add a test for...
bubbletrouble suggested in Discord that you add `, "~> 3.2.2000"` or whatever version to `"OpenSSL-Universal" - that's how they got past the App Store submission. Also said "But maybe its...
I've seen apps with later versions of this library than `0.7.1` have no issues with App Store approvals. Please reopen if this issue persists.
Whatever the latest commit is, we could use a new release and tag. If that exists, I'll submit a PR to CocoaPods' Spec repo. This will make it easier for...
@jedisct1 are we supposed to see the tag anywhere? https://github.com/jedisct1/swift-sodium/tags