add fhe framework for deepseek

This commit is contained in:
deephackerg 2025-02-24 05:54:55 +08:00
parent 81d748df2a
commit 8de27d4d12
3 changed files with 20 additions and 0 deletions

View file

@ -329,6 +329,16 @@ English/[简体中文](https://github.com/deepseek-ai/awesome-deepseek-integrati
</table>
### FHE (Fully Homomorphic Encryption) frameworks
<table>
<tr>
<td> <img src="./docs/fhe.mind-network/mind-network-log.png" alt="Icon" width="150" height="auto" /> </td>
<td> <a href="https://github.com/mind-network/mind-sdk-deepseek-rust"> Mind FHE Rust SDK </a> </td>
<td>An open-source SDK for encrypting AI with Fully Homomorphic Encryption (FHE) and integrating with Mind Network for agent consensus. FHE is considered the <b>holy grail of cryptography</b>>, 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 -<b> all without exposing their data </b>- by connecting to Mind Network. The SDK <a href="https://github.com/mind-network/mind-sdk-deepseek-rust"> source code </a> is implemented in pure <b>Rust</b>> and the package also available on <a href="https://crates.io/crates/mind_sdk_deepseek"> crates.io </a>. </td>
</tr>
</table>
### Solana frameworks
<table>

View file

@ -222,6 +222,16 @@ DeepSeek API を人気のソフトウェアに統合します。API キーを取
</tr>
</table>
### FHE フレームワーク
<table>
<tr>
<td> <img src="./docs/fhe.mind-network/mind-network-log.png" alt="Icon" width="150" height="auto" /> </td>
<td> <a href="https://github.com/mind-network/mind-sdk-deepseek-rust"> Mind FHE Rust SDK </a> </td>
<td> AI を<b>完全準同型暗号FHE</b>で暗号化し、<b>Mind Network</b> と統合してエージェントのコンセンサスを実現するオープンソース SDK。FHE は<b>暗号学の聖杯</b>とされており、<b>復号せずに</b>暗号化データ上で直接計算を実行できます。FHE を活用することで、エージェントは <b>Deepseek</b> を使用しながらプライバシーを保護し、モデルの整合性と計算結果の合意を確保できます。さらに、<b>データを一切公開することなく</b> <b>Mind Network</b> に接続することで、このプロセスが実現されます。この SDK の<a href="https://github.com/mind-network/mind-sdk-deepseek-rust">ソースコード</a><b>純 Rust</b> で実装されており、<a href="https://crates.io/crates/mind_sdk_deepseek">crates.io</a> からも入手可能です。</td>
</tr>
</table>
### Solana フレームワーク
<table>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.9 KiB