Skip to content

A curated list of awesome Fully Homomorphic Encryption (FHE) x Blockchain resources, libraries, projects, and more.

Notifications You must be signed in to change notification settings

TelahVC/awesome-fhe-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Awesome FHE x Blockchain

A curated list of awesome Fully Homomorphic Encryption (FHE) x Blockchain resources, libraries, projects, and more. This includes the innovative fhEVM technology, projects utilizing FHE within the blockchain space, educational materials & community links.

What is fhEVM?

fhEVM is a technology that enables confidential smart contracts on the Ethereum Virtual Machine (EVM) using Fully Homomorphic Encryption (FHE). It is developed by Zama, and you can learn more about it in their fhEVM GitHub repository.

Key Features of fhEVM:

  • End-to-end encryption of transactions and state, ensuring data included in transactions is encrypted and never visible to anyone.
  • Composability and data availability on-chain, with states updated while remaining encrypted at all times.
  • No impact on existing dapps and state, allowing encrypted state to co-exist alongside the public one without affecting existing dapps.

Mechanism behind fhEVM:

  • Everything is encrypted under a single global FHE public key.
  • The global secret key is generated using a threshold protocol (parts of the secret key are distributed among validators).
  • The inputs are encrypted using the FHE public key.
  • Computations on encrypted data are done locally by validators.
  • Values can be decrypted by validators using the threshold protocol.
  • Values can also be re-encrypted (without decryption) under another public key (let’s denote it “public key a”) using a threshold protocol. Re-encrypted values can be decrypted by the public key owner.

Projects Using FHE x Blockchain or fhEVM

  • Zama - An open source cryptography company building state-of-the-art FHE solutions for blockchain and AI.
  • Fhenix - The first confidential L2 powered by fully homomorphic encryption.
  • Shibarium - Memecoin chain that integrated Zama technology.
  • PrivaSea - The world's first FHEML inference network.
  • Inco - Universal confidentiality layer of web3, powered by FHE and secured by Ethereum.
  • Octra - A FHE blockchain network with support for isolated execution environments.
  • Mind Network - The Zero Trust Layer of Web3.
  • Sunscreen - Privacy engine of the new web.

Libraries

Documentation

Communities

Resources

To add your project or resource to the list, make a pull request with relevant information.

About

A curated list of awesome Fully Homomorphic Encryption (FHE) x Blockchain resources, libraries, projects, and more.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published