Homomorphic computations in R for privacy-preserving applications. Currently only the Paillier Scheme is implemented.
Install this package the usual way in R or via:
library(devtools)install_github("bnaras/homomorpheR")
Two vignettes are provided:
vignette(package = "homomorpheR")
will list them after installation.
Vignettes in package 'homomorpheR':
introduction Introduction to Homomorphic Computation
(source, html)
homomorphing MLE using Homomorphic Computation (source,
html)
Then view, for example, as follows:
vignette("introduction", package="homomorpheR")
Three examples are provided:
Eventually, as this library becomes industrial strength, it will be incorporated into the computations defined in distcomp.