Package: HEtools 1.0.0
HEtools: Homomorphic Encryption Polynomials
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.
Authors:
HEtools_1.0.0.tar.gz
HEtools_1.0.0.zip(r-4.5)HEtools_1.0.0.zip(r-4.4)HEtools_1.0.0.zip(r-4.3)
HEtools_1.0.0.tgz(r-4.4-any)HEtools_1.0.0.tgz(r-4.3-any)
HEtools_1.0.0.tar.gz(r-4.5-noble)HEtools_1.0.0.tar.gz(r-4.4-noble)
HEtools_1.0.0.tgz(r-4.4-emscripten)HEtools_1.0.0.tgz(r-4.3-emscripten)
HEtools.pdf |HEtools.html✨
HEtools/json (API)
NEWS
# Install 'HEtools' in R: |
install.packages('HEtools', repos = c('https://bquast.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/bquast/hetools/issues
Last updated 12 months agofrom:885bacf1a4. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 02 2024 |
R-4.5-win | OK | Nov 02 2024 |
R-4.5-linux | OK | Nov 02 2024 |
R-4.4-win | OK | Nov 02 2024 |
R-4.4-mac | OK | Nov 02 2024 |
R-4.3-win | OK | Nov 02 2024 |
R-4.3-mac | OK | Nov 02 2024 |
Exports:CoefModGenDiscrGaussGenPolyModGenTernaryGenUnif
Dependencies:polynom
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Coefficient Modulo | CoefMod |
Generate Polynomial with Discrete Gaussian Coefficients | GenDiscrGauss |
Generate Polynomial Modulo | GenPolyMod |
Generate Polynomial with Ternary | GenTernary |
Generate Polynomial with Uniform Distribution Coefficients | GenUnif |