fhe.rs
Discover fhe.rs, a promising cryptographic library in Rust for implementing Ring-LWE-based homomorphic encryption. The library offers a variant of the BFV encryption scheme and surpasses traditional C++ and Go alternatives in performance. Currently in beta, it consists of four crates—fhe, fhe-math, fhe-traits, and fhe-util—providing essential cryptographic and mathematical tools. Developers should note its beta stage, pending security audits, and possible API changes while using it with Rust 1.73 or later.