Cosmian Secure Computation Client
Overview
Python client library for Cosmian Secure Computation API powered by Intel SGX.
Install
$ pip install cosmian-secure-computation-client
Documentation
Get started with https://docs.cosmian.com/secure_computation/ and generate the documentation of the Python client:
$ pip install sphinx numpydoc sphinx_rtd_theme sphinx_mdinclude
then
$ sphinx-build docs docs/_build -E -a -W