Giter VIP home page Giter VIP logo

awesome-fhe-blockchain's Introduction

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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.