Generic templates for different types of Encryption Schemes
Project description
TNO MPC Lab - Encryption Schemes - Templates
The TNO MPC lab consists of generic software components, procedures, and functionalities developed and maintained on a regular basis to facilitate and aid in the development of MPC solutions. The lab is a cross-project initiative allowing us to integrate and reuse previously developed MPC functionalities to boost the development of new protocols and solutions.
The package tno.mpc.encryption_schemes.templates is part of the TNO Python Toolbox.
Remark: This cryptography software may not be used in applications that violate international export control legislations.
Documentation
Documentation of the tno.mpc.encryption_schemes.templates package can be found here.
Install
Easily install the tno.mpc.encryption_schemes.templates package using pip:
$ python -m pip install tno.mpc.encryption_schemes.templates
Usage
Generic frameworks for encryption schemes. Currently includes support for:
- Generic encryption scheme (
encryption_scheme.py
); - Asymmetric encryption scheme (
asymmetric_encryption_scheme.py
); - Symmetric encryption scheme (
symmetric_encryption_scheme.py
); - Support for precomputation of randomness (
randomized_encryption_scheme.py
).
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Hashes for tno.mpc.encryption_schemes.templates-1.0.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88f961c288fa9e7f2910b3b6cf823a7e3a87bb3ed125fbab6e8f6c0211e483a8 |
|
MD5 | 1637fa72d699efef3049c6966ad1c122 |
|
BLAKE2b-256 | e4def06066f4b270f7928c415868cc82c4a29a698c6ef27d273d6287449c43e5 |