Boolean Operations

This document details the Booleans operations supported by TFHE-rs.

Native homomorphic Booleans support the following common Boolean operations:

name
symbol
type

&

Binary

|

Binary

^

Binary

!

Unary

Last updated

Was this helpful?