Metadata-Version: 2.1
Name: mse_lib_crypto
Version: 1.1
Summary: Cryptography Library for MicroService Encryption
Home-page: https://cosmian.com
Author: Cosmian Tech
Author-email: tech@cosmian.com
License: MIT
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# Cryptography Library for MicroService Encryption

## Overview

Python cryptography library for [MSE](https://cosmian.com/microservice-encryption/) 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 mse-lib-crypto
```
