Skip to main content

Secure Equality Testing

Project description

Secure Equality Testing

python3.8 package for secure equality testing, implementation of the EQT-1 protocol of this paper

Not working fully as of yet, secure comparison based on DGK is not yet error-free.

Example usage

With predetermined a and b

from eqt.protocol import Protocol

p = Protocol(a=12313, b=12312, length=14, kappa=40)
p.start()
print(p.decrypted_result)

p = Protocol(a=12313, b=12313, length=14, kappa=40)
p.start()
print(p.decrypted_result)

Using a and b as input

from eqt.main import main
main()

Project details


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.0.1.tar.gz (4.6 kB view hashes)

Uploaded Source

Built Distribution

rens_eqt-1.0.1-py3-none-any.whl (7.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page