Skip to content

tricosset/HElib-MP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HElib-MP

HElib-MP is an adaptation of [HElib] 1 to handle multiprecision plaintext moduli.

At its present state, this library provides only basic SHE features (key generation, encryption, decryption, addition and multiplication).

Tests

Three tests are provided for the library

  • src/Test_SHE: this program benchmarks the encryption, homomorphic multiplication and decryption.
  • src/Test_RSA: this program computes homomorphically a modular exponentiation with a 2048-bit plaintext modulus.
  • src/Test_ECC: this program computes homomorphically an elliptic curve point multiplication over the NIST P-256 curve.

License

GPLv2

About

HElib with Multi-Precision Plaintext Moduli

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published