Homomorphic encryption (Brakerski and Vaikuntanathan (2014) <doi:10.1137/120868669>) using Ring Learning with Errors (Lyubashevsky et al. (2012) <https://eprint.iacr.org/2012/230>) is a form of Learning with Errors (Regev (2005) <doi:10.1145/1060590.1060603>) using polynomial rings over finite fields. Functions to generate the required polynomials (using 'polynom'), with various distributions of coefficients are provided. Additionally, functions to generate and take coefficient modulo are provided.
Version: | 1.0.0 |
Depends: | polynom |
Suggests: | testthat (≥ 3.0.0) |
Published: | 2023-12-08 |
DOI: | 10.32614/CRAN.package.HEtools |
Author: | Bastiaan Quast |
Maintainer: | Bastiaan Quast <bquast at gmail.com> |
License: | MIT + file LICENSE |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | HEtools results |
Reference manual: | HEtools.pdf |
Package source: | HEtools_1.0.0.tar.gz |
Windows binaries: | r-devel: HEtools_1.0.0.zip, r-release: HEtools_1.0.0.zip, r-oldrel: HEtools_1.0.0.zip |
macOS binaries: | r-devel (arm64): HEtools_1.0.0.tgz, r-release (arm64): HEtools_1.0.0.tgz, r-oldrel (arm64): HEtools_1.0.0.tgz, r-devel (x86_64): HEtools_1.0.0.tgz, r-release (x86_64): HEtools_1.0.0.tgz, r-oldrel (x86_64): HEtools_1.0.0.tgz |
Old sources: | HEtools archive |
Reverse depends: | HomomorphicEncryption |
Please use the canonical form https://CRAN.R-project.org/package=HEtools to link to this page.