All pages
Powered by GitBook
1 of 1

Casting operations

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

You can cast between integer types using either the cast_from associated function or the cast_into method.

The following example shows how to perform casting operations: