Add new confidential computing, FHE, PIR, and decentralized compute resources

- Add remote attestation tools (Fraunhofer-AISEC/cmc)
- Add confidential computing platforms (Phala-Network/phala-cloud, ultravioletrs/cocos)
- Add GPU confidential computing (NVIDIA/nvtrust, flashbots/flashbots-images)
- Add TNG secure communication gateway
- Add new FHE libraries (simple-fhe, fhe-darkpool)
- Add SecretFlow PSI/PIR implementation
- Add new decentralized compute platforms (COCOON, Noosphere, Timeleap, AgentPay, DeCub)
This commit is contained in:
aljazceru
2026-01-30 06:26:59 +01:00
parent 30806c04f7
commit f17311da8a
4 changed files with 19 additions and 2 deletions

View File

@@ -22,4 +22,8 @@
[The Transparent data encryption in PostgreSQL - Highgo Software Inc.](https://www.highgo.ca/2019/09/30/the-transparent-data-encryption-in-postgresql/)
[tfhe-rs](https://github.com/zama-ai/tfhe-rs) - TFHE-rs: A Pure Rust implementation of the TFHE Scheme for Boolean and Integer Arithmetics Over Encrypted Data.
[tfhe-rs](https://github.com/zama-ai/tfhe-rs) - TFHE-rs: A Pure Rust implementation of the TFHE Scheme for Boolean and Integer Arithmetics Over Encrypted Data.
[wgxli/simple-fhe](https://github.com/wgxli/simple-fhe) - A dead-simple library for full homomorphic encryption (FHE) in Python
[hung-ngm/fhe-darkpool](https://github.com/hung-ngm/fhe-darkpool) - Test implementation of dark pool using Full Homomorphic Encryption (FHE)