From 2c057b16faf72301bb3b68f06d5f8ddca47a64fb Mon Sep 17 00:00:00 2001 From: georgesh <104335209+georgesheth@users.noreply.github.com> Date: Mon, 24 Feb 2025 14:45:54 +0800 Subject: [PATCH] add FHE framework and MIND FHE RUST SDK for DeepSeek (#314) * add fhe framework for deepseek * update logo and add cn readme --- README.md | 10 ++++++++++ README_cn.md | 10 ++++++++++ README_ja.md | 10 ++++++++++ docs/fhe.mind-network/mind-network-log.png | Bin 0 -> 45471 bytes 4 files changed, 30 insertions(+) create mode 100644 docs/fhe.mind-network/mind-network-log.png diff --git a/README.md b/README.md index 756dca3..160a995 100644 --- a/README.md +++ b/README.md @@ -339,6 +339,16 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati +### FHE (Fully Homomorphic Encryption) frameworks + +
![]() |
+ Mind FHE Rust SDK | + An open-source SDK for encrypting AI with Fully Homomorphic Encryption (FHE) and integrating with Mind Network for agent consensus. FHE is considered the holy grail of cryptography, enabling computations directly on encrypted data without the need for decryption. With FHE, agents can safeguard their privacy while using Deepseek, ensuring both model integrity and result consensus - all without exposing their data - by connecting to Mind Network. The SDK source code is implemented in pure Rust> and the package also available on crates.io . |
+
![]() |
+ Mind FHE Rust SDK | + 一个开源 SDK,可使用**全同态加密(FHE)**对 AI 进行加密,实现代理共识。FHE被誉为密码学的圣杯,能够在无需解密的情况下直接对加密数据进行计算。借助FHE,代理在使用Deepseek时可以保护隐私,同时确保模型的完整性和计算结果的一致性,无需暴露任何数据。该SDK的源代码采用纯Rust实现,并可在crates.io获取 |
+
![]() |
+ Mind FHE Rust SDK | + AI を完全準同型暗号(FHE)で暗号化し、Mind Network と統合してエージェントのコンセンサスを実現するオープンソース SDK。FHE は暗号学の聖杯とされており、復号せずに暗号化データ上で直接計算を実行できます。FHE を活用することで、エージェントは Deepseek を使用しながらプライバシーを保護し、モデルの整合性と計算結果の合意を確保できます。さらに、データを一切公開することなく Mind Network に接続することで、このプロセスが実現されます。この SDK のソースコード は純 Rust で実装されており、crates.io からも入手可能です。 |
+