Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 520 Bytes

File metadata and controls

13 lines (9 loc) · 520 Bytes

fhe.rs

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.

Dev environment tips

  • Download both the stable and nightly toolchains.

Testing instructions

  • Add or update tests for the code you change, even if nobody asked.

PR instructions

  • Title format: [agent] <Title>
  • Always run cargo test, cargo +nightly fmt --all and cargo clippy --all-targets -- -D warnings before committing.