google / fully-homomorphic-encryption

An FHE compiler for C++
Apache License 2.0
3.5k stars 252 forks source link

Migrates rust codegen to use tfhe-rs shortint library for boolean gates. The boolean API is only for compatibility, and 1 bit shortints is faster than the boolean module. #61

Closed copybara-service[bot] closed 1 year ago

copybara-service[bot] commented 1 year ago

Migrates rust codegen to use tfhe-rs shortint library for boolean gates. The boolean API is only for compatibility, and 1 bit shortints is faster than the boolean module.