Roadmap

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

Features

Name
Description
ETA

Foundry template

Coming soon

Operations

Name
Function name
Type
ETA

Signed Integers

eintX

Coming soon

Add w/ overflow check

FHE.safeAdd

Binary, Decryption

Coming soon

Sub w/ overflow check

FHE.safeSub

Binary, Decryption

Coming soon

Mul w/ overflow check

FHE.safeMul

Binary, Decryption

Coming soon

Random signed int

FHE.randEintX()

Random

-

Div

FHE.div

Binary

-

Rem

FHE.rem

Binary

-

Set inclusion

FHE.isIn()

Binary

-

circle-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!

Last updated