Development roadmap
Last updated
Was this helpful?
Last updated
Was this helpful?
This document gives a preview of the upcoming features of fhEVM. In addition to what's listed here, you can on GitHub.
Foundry template
Q1 '25
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
-