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.
https://homenc.github.io/HElib
Other
3.11k stars 760 forks source link

Docker bgv binary #364

Closed XuesongHu closed 3 years ago

XuesongHu commented 4 years ago

Adding README.md for BGV_binary_arithmetic example

  1. build and run on a local machine
  2. build and run in a docker container
faberga commented 3 years ago

@XuesongHu Thank you for your suggestions. Instead of providing separate dockefiles for each example. we now provide sample dockerfiles for running the build and all the tests together. Please refer to https://github.com/homenc/HElib/tree/master/docker/build_and_test

Thank you.