Provides an R interface to 'OpenFHE', the open-source C++ library for fully homomorphic encryption (Al Badawi and others, 2022) <https://eprint.iacr.org/2022/915>, which allows computation directly on encrypted data without access to the secret key. Supports the Brakerski-Fan-Vercauteren (BFV, 2012) <https://eprint.iacr.org/2012/144>, Brakerski-Gentry-Vaikuntanathan (BGV, 2014) <doi:10.1145/2633600>, and Cheon-Kim-Kim-Song (CKKS, 2017) <https://eprint.iacr.org/2016/421> schemes for arithmetic on encrypted numbers, together with the Ducas-Micciancio (FHEW, 2015) <https://eprint.iacr.org/2014/816> and Chillotti-Gama-Georgieva-Izabachene (TFHE, 2020) <https://eprint.iacr.org/2018/421> schemes for evaluating arbitrary functions on encrypted bits.
| Version: | 1.5.1 |
| Depends: | R (≥ 4.3.0) |
| Imports: | S7, cli, methods |
| LinkingTo: | cpp11 (≥ 0.4.2) |
| Suggests: | tinytest, knitr, rmarkdown |
| Published: | 2026-08-21 |
| DOI: | 10.32614/CRAN.package.openfhe.R (may not be active yet) |
| Author: | Balasubramanian Narasimhan
|
| Maintainer: | Balasubramanian Narasimhan <naras at stanford.edu> |
| BugReports: | https://github.com/openfheorg/openfhe.R/issues |
| License: | BSD_2_clause + file LICENSE |
| Copyright: | file inst/COPYRIGHTS openfhe.R copyright details |
| URL: | https://openfheorg.github.io/openfhe.R/, https://github.com/openfheorg/openfhe.R |
| NeedsCompilation: | yes |
| SystemRequirements: | cmake (>= 3.16), GNU make, C++17 |
| Citation: | openfhe.R citation info |
| Materials: | README, NEWS |
| CRAN checks: | openfhe.R results |
| Package source: | openfhe.R_1.5.1.tar.gz |
| Windows binaries: | r-devel: not available, r-release: not available, r-oldrel: not available |
| macOS binaries: | r-release (arm64): openfhe.R_1.5.1.tgz, r-oldrel (arm64): openfhe.R_1.5.1.tgz, r-release (x86_64): openfhe.R_1.5.1.tgz, r-oldrel (x86_64): not available |
Please use the canonical form https://CRAN.R-project.org/package=openfhe.R to link to this page.