This repository contains the fhe.rs library, a cryptographic library in Rust for Ring-LWE-based homomorphic encryption. Go read the latest version of the README.md.
- Download both the stable and nightly toolchains.
- Add or update tests for the code you change, even if nobody asked.
- Title format: [agent] <Title>
- Always run
cargo test,cargo +nightly fmt --allandcargo clippy --all-targets -- -D warningsbefore committing.