From 92907732bf838be16be44eb07a0edbbc0a742abf Mon Sep 17 00:00:00 2001 From: Volodymyr Date: Tue, 23 Dec 2025 13:59:24 -0400 Subject: [PATCH] Add Shared Security Core information to README Added section on Shared Security Core and community contributions. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 02bbff6..a606dd1 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,14 @@ --- +## 🔐 Shared Security Core + +SecureBitChat uses a shared Rust-based cryptographic core: +https://github.com/SecureBitChat/securebit-core + +This core is used across all platforms (web, desktop, mobile) as a single source of truth for all security-critical logic. + +Community review is welcome. Bug reports and security feedback can be submitted via GitHub Issues. ## 🚧 Project Update: Transition to Desktop & Mobile Versions