mirror of
https://github.com/zama-ai/fhevm-solidity.git
synced 2026-01-13 22:48:13 -05:00
Majority of the changes in this PR have been made by @yuxizama. Has already been reviewed by @poppyseeddev on gitbook. Due to merge issues a new PR has been made. * docs: update docs * docs: update links * docs: update links * docs: adding back old photos * docs: lost files due to gitbook
1.5 KiB
1.5 KiB
Development roadmap
This document gives an preview of the upcoming features of fhEVM. In addition to what's listed here, you can submit your feature request on GitHub.
Features
| Name | Description | ETA |
|---|---|---|
| Foundry template | Forge | Q1 '25 |
Operations
| Name | Function name | Type | ETA |
|---|---|---|---|
| Signed Integers | eintX |
Coming soon | |
| Add w/ overflow check | TFHE.safeAdd |
Binary, Decryption | Coming soon |
| Sub w/ overflow check | TFHE.safeSub |
Binary, Decryption | Coming soon |
| Mul w/ overflow check | TFHE.safeMul |
Binary, Decryption | Coming soon |
| Random signed int | TFHE.randEintX() |
Random | - |
| Div | TFHE.div |
Binary | - |
| Rem | TFHE.rem |
Binary | - |
| Set inclusion | TFHE.isIn() |
Binary | - |
{% hint style="info" %} Random encrypted integers that are generated fully on-chain. Currently, implemented as a mockup by using a PRNG in the plain. Not for use in production! {% endhint %}