You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/content/docs/introduction/what-is-rnqc.mdx
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,5 @@ Unlike the legacy Bridge, which relies on asynchronous JSON message passing (slo
65
65
|**Web3 / Blockchain**| <CheckclassName="text-green-500" /> | Essential for wallet generation, signing transactions, and hashing (Keccak/SHA) securely and quickly. |
66
66
|**Auth (JWT/Jose)**| <CheckclassName="text-green-500" /> | Drastically speeds up token verification and signing compared to JS-only implementations. |
67
67
|**End-to-End Encryption**| <CheckclassName="text-green-500" /> | Using standard algorithms (AES-GCM, RSA) on the native thread prevents UI jank. |
68
-
| **Simple Random Strings** | <HelpCircleclassName="text-yellow-500" /> | If you only need random numbers, consider [`react-native-get-random-values`](https://github.com/LinusU/react-native-get-random-values) for a lighter
69
-
70
-
alternative. Use RNQC if you need other crypto operations too. |
68
+
|**Simple Random Strings**| <HelpCircleclassName="text-yellow-500" /> | If you only need random numbers, consider [`react-native-get-random-values`](https://github.com/LinusU/react-native-get-random-values) for a lighter alternative. Use RNQC if you need other crypto operations too. |
71
69
|**UI-Only Apps**| <XclassName="text-red-500" /> | If your app has zero security or hashing requirements, you probably don't need this. |
0 commit comments