Secure Equality Testing
Project description
Secure Equality Testing
python3.8 package for secure equality testing, implementation of the EQT-1 protocol of this paper
Example usage
With predetermined a and b
from eqt.protocol import Protocol
p = Protocol(a=12313, b=12312, kappa=40)
p.start()
print(p.decrypted_result)
p = Protocol(a=12313, b=12313, kappa=40)
p.start()
print(p.decrypted_result)
Using a and b as input
from eqt.main import main
main()
To see timing results
from eqt.timing import timing
timing()
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
rens-eqt-1.5.1.tar.gz
(4.4 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rens-eqt-1.5.1.tar.gz.
File metadata
- Download URL: rens-eqt-1.5.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
15248ffd751c45948042d8c839d9f21639865b1ca0534dfae4d4db26764e896c
|
|
| MD5 |
2c70fd0ca03597008a7688cd50feffd4
|
|
| BLAKE2b-256 |
91189c77fdbf1108b82907a799de543608464fdf2e04561e7760adcee03d5c13
|
File details
Details for the file rens_eqt-1.5.1-py3-none-any.whl.
File metadata
- Download URL: rens_eqt-1.5.1-py3-none-any.whl
- Upload date:
- Size: 7.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/47.1.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5103bada2b78fe6ddc7bd13b43cd1f244051af203c54cdde93c844dab6526d01
|
|
| MD5 |
a95d4e931e74b7a4519280217fbdddd5
|
|
| BLAKE2b-256 |
31fbe791a8da55c641d83575d68f6471aea0392d0c50e0fc97d3c8d266c9a31c
|