Commit eac9fdc
Update react-native-quick-crypto to 1.0.18 and remove ECDSA workaround
QuickCrypto 1.0.18 fixes SubtleCrypto ECDSA sign/verify to return IEEE P1363
format as required by the WebCrypto spec (margelo/react-native-quick-crypto#968).
This makes the signEcdsa/verifyEcdsa overrides in ReactNativeCrypto unnecessary
since the base StandardCrypto implementation now works correctly with QuickCrypto's
subtle API.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent d889fc4 commit eac9fdc
3 files changed
Lines changed: 98 additions & 122 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 8 | + | |
18 | 9 | | |
19 | 10 | | |
20 | 11 | | |
| |||
27 | 18 | | |
28 | 19 | | |
29 | 20 | | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | 21 | | |
35 | | - | |
| 22 | + | |
36 | 23 | | |
37 | 24 | | |
38 | 25 | | |
39 | 26 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | 27 | | |
52 | 28 | | |
53 | 29 | | |
| |||
0 commit comments