Bitwise operations
This document details the bitwise operations supported by TFHE-rs.
Homomorphic integer types support the following bitwise operations:
name
symbol
type
!
Unary
&
Binary
|
Binary
^
Binary
>>
Binary
<<
Binary
rotate_right
Binary
rotate_left
Binary
The following example shows how to perform bitwise operations:
Last updated
Was this helpful?