TrustworthyComputing / T2-FHE-Compiler-and-Benchmarks

A cross compiler and standardized benchmarks for fully homomorphic encryption
MIT License
30 stars 6 forks source link

MUX operator #14

Closed jimouris closed 2 years ago

jimouris commented 2 years ago

(sel) ? c1 : c2 --> mux(se, c1, c2)

All libs except TFHE: sel * c1 + (1 - sel) * c2

Integers:

Binary: