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]'
Release files for tno.mpc.encryption-schemes.utils 0.16.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| tno_mpc_encryption_schemes_utils-0.16.1.tar.gz | 28.0 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| tno_mpc_encryption_schemes_utils-0.16.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 53.9 kB
Release files / tno_mpc_encryption_schemes_utils-0.16.1.tar.gz
| Download URL | tno_mpc_encryption_schemes_utils-0.16.1.tar.gz |
|---|---|
| Size | 28.0 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
0acd42034d75627294d49779ad9880fa0950b9ce1e53e95833600d86eac32655
|
|
BLAKE2b-256 checksum How to use checksums |
f9f92127fe31fccab496fe3f7580cf87aad33b27aa2479ce30183efe6ff9f04a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.10
|
Release files / tno_mpc_encryption_schemes_utils-0.16.1-py3-none-any.whl
| Download URL | tno_mpc_encryption_schemes_utils-0.16.1-py3-none-any.whl |
|---|---|
| Size | 25.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
abc397cb9c1872946a9632e18a11517a69d216d8c69ea9b6edea5989536cb8fa
|
|
BLAKE2b-256 checksum How to use checksums |
6f89c1e816248bfe1da75227ddc5374c79e43ec1aa64c69967a22acf3199abe7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.12.10
|