fhe-util 0.1.0

Utilities for the fhe.rs library
Documentation

fhe-util crate version documentation

Utility functions for the fhe.rs ecosystem.

The crate contains helper routines such as primality testing, centered binomial sampling, modular arithmetic helpers and other small utilities relied upon by the fhe and fhe-math crates.

Installation

[dependencies]
fhe-util = "0.1.0-beta.8"

Testing

cargo test -p fhe-util

License

This project is licensed under the MIT license.

Security / Stability

The code in this crate has not undergone an independent security audit and the API may change before version 1.0.0. Use at your own risk.