Skip to main content

Python wrapper for the Curve25519 cryptographic library

Project description

Curve25519 is a fast elliptic-curve key-agreement protocol, in which two parties Alice and Bob each generate a (public,private) keypair, exchange public keys, and can then compute the same shared key. Specifically, Alice computes F(Aprivate, Bpublic), Bob computes F(Bprivate, Apublic), and both get the same value (and nobody else can guess that shared value, even if they know Apublic and Bpublic).

This is a Python wrapper for the portable ‘curve25519-donna’ implementation of this algorithm, written by Adam Langley, hosted at http://code.google.com/p/curve25519-donna/

Project details


Release history Release notifications | RSS feed

This version

1.3

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

curve25519-donna-1.3.tar.gz (20.2 kB view hashes)

Uploaded Source

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