Skip to content

Commit

Permalink
More documentation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
shaih committed Nov 22, 2014
1 parent d3deb41 commit 76d9069
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 147 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ Currently available is an implementation of the
[Brakerski-Gentry-Vaikuntanathan] [1] (BGV) scheme, along with many
optimizations to make homomorphic evaluation runs faster, focusing mostly on
effective use of the [Smart-Vercauteren] [2] ciphertext packing techniques and
the [Gentry-Halevi-Smart] [3] optimizations.
the [Gentry-Halevi-Smart] [3] optimizations. See [this report] [7] for a
description of a few of the algorithms using in this library. Starting
December 2014, the library also includes [bootstrapping] [8].

At its present state, this library is mostly meant for researchers working on
HE and its uses. Also currently it is fairly low-level, and is best thought of
Expand All @@ -25,3 +27,5 @@ General Public License] [5] (GPL).
[4]: http://www.shoup.net/ntl/ "NTL"
[5]: http://www.gnu.org/licenses/gpl.html "GPL"
[6]: http://en.wikipedia.org/wiki/Homomorphic_encryption "Homomorphic encryption"
[7]: http://eprint.iacr.org/2014/106 "algorithms"
[8]: http://eprint.iacr.org/2014/873 "bootstrapping"
Binary file removed doc/doxygen.zip
Binary file not shown.
146 changes: 0 additions & 146 deletions doc/notes.tex

This file was deleted.

0 comments on commit 76d9069

Please sign in to comment.