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/
Release files for curve25519-donna 1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| curve25519-donna-1.3.tar.gz | 20.2 kB | Details |
Release files / curve25519-donna-1.3.tar.gz
| Download URL | curve25519-donna-1.3.tar.gz |
|---|---|
| Size | 20.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1818a9d5356a05c022cd504f44fe1d2f641a5c020f8a4c51b2294e02bd9c1bf0
|
|
BLAKE2b-256 checksum How to use checksums |
01051ab1cc54c2b1e933721b8e65fedc01098e6b8ffdccedbc4a682d4e0db8c1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |