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/
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)
File details
Details for the file curve25519-donna-1.3.tar.gz.
File metadata
- Download URL: curve25519-donna-1.3.tar.gz
- Upload date:
- Size: 20.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1818a9d5356a05c022cd504f44fe1d2f641a5c020f8a4c51b2294e02bd9c1bf0
|
|
| MD5 |
4eced94cf682501251e7fef8258b1f9c
|
|
| BLAKE2b-256 |
01051ab1cc54c2b1e933721b8e65fedc01098e6b8ffdccedbc4a682d4e0db8c1
|