String Operations
This document details the string operations supported by TFHE-rs.
clear name
fhe name
first input type
second input type
third input type
replacen
FheAsciiString
FheAsciiString or ClearString
u16 or u32 or i32 or usize or (FheUint16, u16)
The following example shows how to perform string operations:
Last updated
Was this helpful?