fhevm
fhevm copied to clipboard
A Solidity library for interacting with an fhEVM blockchain.
Refers to the following blog tutorials: - [Build an Encrypted Wordle Game Onchain using FHE and Zama's fhEVM](https://www.zama.ai/post/build-an-encrypted-wordle-game-onchain-using-fhe-and-zama-fhevm) - February 29, 2024 - [Programmable Privacy and Onchain Compliance using Homomorphic...
I noticed my pull requests a lot of times weren't passing the following checks: - pull request tests/build -> fails to run `npm run prettier:check` - Run `commitlint` on PR...
https://docs.zama.ai/fhevm/tutorials/see-all-tutorials + Update Zama's article Splitting this one into multiple steps: - [ ] #555 - [ ] #556 - [ ] #557 - [ ] #558
This is to avoid casting or using trivialEncrypted zeros by backend. Status: on hold - need confirmation on security by tfhe-rs team first.
So far we have been using a single key per ASC on the KMS side and hence kept it as part of the configuration. However, to support multiple key's per...