Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.48 KB

File metadata and controls

26 lines (20 loc) · 1.48 KB

Development 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

Name Description ETA
Foundry template Forge Q1 '25

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 -

{% 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 %}