homenc/HElib
HElib is an open-source software library that implements homomorphic encryption. It supports the BGV scheme with bootstrapping and the Approximate Number CKKS scheme. HElib also includes optimizations for efficient homomorphic evaluation, focusing on effective use of ciphertext packing techniques and on the Gentry-Halevi-Smart optimizations.
C++NOASSERTION
Issues
- 0
matrix multiplication
#509 opened by sbzgyxzm - 1
Support for language bindings (Rust FFI, etc.)
#502 opened by ckrd-mark - 1
- 1
- 1
Does Helib support Batch Encode in BFV/BGV
#507 opened by huyvu1404 - 1
A error from `ContextBuilder<CKKS>()`
#497 opened by Lance729 - 1
Build Installation Error
#476 opened by fanfan328 - 0
Thin Slots to Coeff does not work for p=257?
#506 opened by AYANG005 - 0
- 0
Can multiple ciphertexts be packed into individual slots of a new ciphertext, instead of packing and encrypting plaintext?
#504 opened by lzd4646 - 1
Why compare address?
#496 opened by sctarget - 1
Wont build on debian 10
#443 opened by euan-fergusson - 0
segfault when running the BGV_binary_arithemtic
#501 opened by mk-khalil - 0
Error on building HElib from src/
#500 opened by JustKshitijD - 1
To build on Mac m1
#468 opened by rvjansen - 0
HE? Shouldn't it be FHE now?
#489 opened by lattice0 - 2
key switching procedure?
#474 opened by imtiyazuddin - 0
Test
#487 opened by jlhcrawford - 0
No proper documentation/example for PSI
#486 opened by s-naveen - 1
CKKS bootstrapping issue
#482 opened by macknight - 0
cipher mode issue
#483 opened by macknight - 1
Changing Plaintext Space from p^e1 to p^e2
#455 opened by willarderic - 3
Is there a cheap method to do zero-one masking?
#464 opened by lifematrix - 0
- 1
Unable to compile example program in C++ 11
#473 opened by lutonelli - 0
Multithreading in upgrade, EncodedMatMul constructor
#467 opened by TabOg - 0
- 2
Where is the document of HElib “user manual”
#440 opened by jzw9510 - 0
Questions on determining the security parameter
#471 opened by bluefrogGG - 1
The issue of the NTL when building the example
#470 opened by hymckks - 0
How to perform polyEval() ?
#469 opened by pandasamanvaya - 1
How to check whether next operation (i.e., multiplication) will cause the noise to exceed the bound?
#465 opened by DylanWangWQF - 0
Where does 'rescale' work in CKKS scheme?
#466 opened by DylanWangWQF - 0
Building HElib with HEXL installed via vcpkg fails
#460 opened by fboemer - 0
Decrypting a polynomial of degree close to the cyclotomic polynomial degree m (x^m+1) is incorrect
#454 opened by badr007-01 - 1
- 0
Write Context to stringstream and readfrom stringstream but the generated seckey cannot be used in decryption
#450 opened by DylanWangWQF - 0
Problems with GF(2^n) n is odd
#449 opened by dtoprakhisar - 0
One question about“/example/BGV_country_db_lookup”
#448 opened by Hang-shao - 0
FLT has a problem
#447 opened by Hang-shao - 0
Is there a way to save the keys to a file for BGV?
#446 opened by jayavanth - 0
BGV with m a power of two
#445 opened by n-samar - 0
encrypt fails on OI error
#444 opened by euan-fergusson - 0
Rotation with redundant slots
#441 opened by DylanWangWQF - 2
- 1
Malloc Error while running BGV_binary_arithmetic.cpp from the examples folder
#435 opened by Frequently - 0
Secret key generation in the BGV scheme
#439 opened by jaykopp - 2
Compile fails on Tiger Lake processor
#434 opened by christianepeters - 0
Is old version without CKKS available?
#436 opened by DylanWangWQF - 2
How can I set my own key
#433 opened by KwonDK