add FHE framework and MIND FHE RUST SDK for DeepSeek (#314)

* add fhe framework for deepseek

* update logo and add cn readme
This commit is contained in:
georgesh 2025-02-24 14:45:54 +08:00 committed by GitHub
parent 6776e1ec00
commit 2c057b16fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 30 additions and 0 deletions

View file

@ -257,6 +257,16 @@
</tr>
</table>
### FHE (全同态加密) frameworks
<table>
<tr>
<td> <img src="./docs/fhe.mind-network/mind-network-log.png" alt="Icon" width="200" height="auto" /> </td>
<td> <a href="https://github.com/mind-network/mind-sdk-deepseek-rust"> Mind FHE Rust SDK </a> </td>
<td> <p>一个开源 SDK可使用**全同态加密FHE**对 AI 进行加密实现代理共识。FHE被誉为密码学的圣杯能够在无需解密的情况下直接对加密数据进行计算。借助FHE代理在使用Deepseek时可以保护隐私同时确保模型的完整性和计算结果的一致性无需暴露任何数据。该SDK的<a href="https://github.com/mind-network/mind-sdk-deepseek-rust">源代码</a>采用纯Rust实现并可在<a href="https://crates.io/crates/mind_sdk_deepseek">crates.io</a>获取</p> </td>
</tr>
</table>
### Solana 框架