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 details)

Uploaded Source

File details

Details for the file curve25519-donna-1.3.tar.gz.

File metadata

File hashes

Hashes for curve25519-donna-1.3.tar.gz
Algorithm Hash digest
SHA256 1818a9d5356a05c022cd504f44fe1d2f641a5c020f8a4c51b2294e02bd9c1bf0
MD5 4eced94cf682501251e7fef8258b1f9c
BLAKE2b-256 01051ab1cc54c2b1e933721b8e65fedc01098e6b8ffdccedbc4a682d4e0db8c1

See more details on using hashes here.

Provenance

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