Generic utilities for implementing encryption schemes
Project description
TNO PET Lab - secure Multi-Party Computation (MPC) - Encryption Schemes - Utils
Useful functionality for implementing encryption schemes.
PET Lab
The TNO PET Lab consists of generic software components, procedures, and functionalities developed and maintained on a regular basis to facilitate and aid in the development of PET solutions. The lab is a cross-project initiative allowing us to integrate and reuse previously developed PET functionalities to boost the development of new protocols and solutions.
The package tno.mpc.encryption_schemes.utils
is part of the TNO Python Toolbox.
Limitations in (end-)use: the content of this software package may solely be used for applications that comply with international export control laws.
This implementation of cryptographic software has not been audited. Use at your own risk.
Documentation
Documentation of the tno.mpc.encryption_schemes.utils
package can be found
here.
Install
Easily install the tno.mpc.encryption_schemes.utils
package using pip
:
$ python -m pip install tno.mpc.encryption_schemes.utils
Note: If you are cloning the repository and wish to edit the source code, be sure to install the package in editable mode:
$ python -m pip install -e 'tno.mpc.encryption_schemes.utils'
If you wish to run the tests you can use:
$ python -m pip install 'tno.mpc.encryption_schemes.utils[tests]'
Note: A significant performance improvement can be achieved by installing the GMPY2 library.
$ python -m pip install 'tno.mpc.encryption_schemes.utils[gmpy]'
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for tno_mpc_encryption_schemes_utils-0.12.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 595259a1e3ad540caa3a2e80374f5e4b6e4db2627a12d711b7cddfd460cc2cdb |
|
MD5 | f9586c1f6bca07bb8c04da3b9bda5625 |
|
BLAKE2b-256 | 59ccd17191a7f0188e3883730659f23702e6190bb92c816701e09d69a2c8f865 |
Hashes for tno.mpc.encryption_schemes.utils-0.12.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4574352b906a23485ddd5541a035dc6d22bbb70711533ca324d718d356ff352e |
|
MD5 | d8763ffef661297896184c27ea9e30f4 |
|
BLAKE2b-256 | f3933a1f728bf8dc175354add9cb5add5717ebeed12ce76d0a0a5bde744628ae |