fhevm
fhevm copied to clipboard
A Solidity library for interacting with an fhEVM blockchain.
An innovative idea 💡 Now a days almost every blockchain has some supply allocated to distribute block rewards to its validators. They share 100% of the token inflation with them....
This new API is cleaner and more concise (no more almost duplicated events for each types of ciphertexts) and allows users to request decryption of different types in a single...
Hi, I see lack of exponential operation in https://docs.zama.ai/fhevm/how-to/operations. I think it can be efficiently implemented using binary exponentiation: https://cp-algorithms.com/algebra/binary-exp.html
Currently those tests are missing. Modify corresponding codegen.
This would also necessitate to add corresponding tests and change the codegen of the original library and the mocked one.
Update the validator according to the updated flow for KMS communication. I.e. facilitate communication between the KMS and client for decryption requests according to the [tech spec](https://github.com/zama-ai/tech-spec). Has to be...