pfhe

Crates.iopfhe
lib.rspfhe
version0.0.1
sourcesrc
created_at2023-09-27 15:23:39.579943
updated_at2023-09-27 15:23:39.579943
descriptionP-adic Fully Homomorphic Encryption
homepagehttps://github.com/p-adic-fhe/pfhe
repositoryhttps://github.com/p-adic-fhe/pfhe
max_upload_size
id984878
size28,919
Oscar Roche (oscarwroche)

documentation

README

:closed_lock_with_key: P-adic Fully Homomorphic Encryption

main branch ci status

⚠️ WARNING! ⚠️

This repo contains highly experimental code. Expect rapid iteration.

:eyeglasses: 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.

:hammer: Build

cargo build

:100: Test

cargo test
Commit count: 53

cargo fmt