Metadata-Version: 2.1
Name: cenclave-lib-crypto
Version: 1.0.0
Summary: Cryptography Library for Cosmian Enclave
Author-email: Cosmian Tech <tech@cosmian.com>
License: MIT
Classifier: Development Status :: 6 - Mature
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: Implementation :: CPython
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: cryptography <44.0.0,>=43.0.3
Requires-Dist: pynacl <2.0.0,>=1.5.0
Provides-Extra: dev
Requires-Dist: black <25.0.0,>=24.10.0 ; extra == 'dev'
Requires-Dist: isort <6.0.0,>=5.13.2 ; extra == 'dev'
Requires-Dist: pylint <4.0.0,>=3.3.1 ; extra == 'dev'
Requires-Dist: pycodestyle <3.0.0,>=2.12.1 ; extra == 'dev'
Requires-Dist: pydocstyle <7.0.0,>=6.3.0 ; extra == 'dev'
Requires-Dist: mypy <2.0.0,>=1.13.0 ; extra == 'dev'
Requires-Dist: pytest <9.0.0,>=8.3.3 ; extra == 'dev'
Requires-Dist: build <1.3.0,>=1.2.2 ; extra == 'dev'
Requires-Dist: wheel <0.50.0,>=0.45.0 ; extra == 'dev'

# Cryptography Library for Cosmian Enclave

## Overview

Python cryptography library for [Cosmian Enclave](https://docs.cosmian.com/compute/cosmian_enclave/overview/) based on [PyNaCl](https://github.com/pyca/pynacl/) (binding to [libsodium](https://github.com/jedisct1/libsodium)) and [cryptography](https://github.com/pyca/cryptography).

## Installation

```console
$ pip install cenclave-lib-crypto
```
