1 unstable release
0.0.1 | Sep 27, 2023 |
---|
#42 in #homomorphic-encryption
23KB
535 lines
🔐 P-adic Fully Homomorphic Encryption
⚠️ WARNING! ⚠️
This repo contains highly experimental code. Expect rapid iteration.
👓 Description
This repository is a library which provides:
- methods for a FHE (Fully Homomorphic Encryption) scheme that uses p-adic numbers via Hensel codes
- conversion of rational numbers to and from Hensel codes
Our method is based on this research paper by David W. H. A. da Silva, Luke Harmon, Gaetan Delavignette, and Carlos Araujo.
🔨 Build
cargo build
💯 Test
cargo test
Dependencies
~785KB
~18K SLoC