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

Test doc #362

Closed XuesongHu closed 3 years ago

XuesongHu commented 4 years ago
  1. Correct a path to run test.
  2. Formatting TESTS.md
faberga commented 3 years ago

Hi @XuesongHu. Thank you for your PR contribution. HElib has recently been updated to a new release. Can I ask you to rebase to the head of the master branch and resolve the conflicts, please?

Thank you, Flavio

faberga commented 3 years ago

Hi @XuesongHu. Have you had time to rebase your forks and check for the conflicts?

Thank you, Flavio

XuesongHu commented 3 years ago

@faberga The merge-conflict has been resolved.

faberga commented 3 years ago

Hi @XuesongHu In HElib v1.1.0, we have done a review/rewrite of the documentation for the tests which made the PR obsolete. I'm closing this PR, but I am looking forward for your next contributions.

Thank you, Flavio