Back to Fhevm

Roadmap

docs/protocol/roadmap.md

0.12.31.5 KB
Original Source

Roadmap

This document gives a preview of the upcoming features of FHEVM. In addition to what's listed here, you can submit your feature request on GitHub.

Features

NameDescriptionETA
Foundry templateForgeQ1 '25

Operations

NameFunction nameTypeETA
Signed IntegerseintXComing soon
Add w/ overflow checkFHE.safeAddBinary, DecryptionComing soon
Sub w/ overflow checkFHE.safeSubBinary, DecryptionComing soon
Mul w/ overflow checkFHE.safeMulBinary, DecryptionComing soon
Random signed intFHE.randEintX()Random-
DivFHE.divBinary-
RemFHE.remBinary-
Set inclusionFHE.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 %}