Lab41 / PySEAL

This repository is a fork of Microsoft Research's homomorphic encryption implementation, the Simple Encrypted Arithmetic Library (SEAL). This code wraps the SEAL build in a docker container and provides Python API's to the encryption library.
Other
225 stars 86 forks source link

Develop proop of concept for R API using Rcpp #7

Closed toddstavish closed 6 years ago

toddstavish commented 6 years ago

http://www.rcpp.org/

Use the existing dockerfile and write an R program to call out to the first few API calls in the C++ sample.