FhenixProtocol / fheos

FheOS is a modular layer that allows the blockchain to execute encrypted computations powered by FHE
Other
16 stars 9 forks source link

Add new type (tfheaddress/eaddress/address) allowed ops: Select, Eq, Ne #95

Closed milan-sedivy closed 3 months ago

milan-sedivy commented 3 months ago

monday: https://fhenix.monday.com/boards/1216577959/pulses/1498077551

Related PRs in:

Add the eaddress type for solidity (and the underyling code required to operate with it). Current allowed operations:

Within this PR the type is implemented and currently behaves the same way a Euint256 would - this is subject to change as it's not performant as it could be.