TrustworthyComputing / T2-FHE-Compiler-and-Benchmarks

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

Shift operations #2

Closed jimouris closed 2 years ago

jimouris commented 2 years ago

Add a shift built-in functions for the T2 DSL and shift functional units for all the backends.

Currently, T2 supports << and >> but does not call any underlying functional unit.