This commit is contained in:
Deirdre Connolly 2020-05-04 20:07:09 -04:00 committed by GitHub
parent 9b36e3f950
commit 90e70188ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# ristretto255-dh
Diffie-Hellman key exchange using the [Ristretto255][ristretto] group, in pure Rust.
This crate provides a high-level API for static and ephemeral Diffie-Hellman in the Ristretto255 prime order group as specified in an [IETF draft][ietf-draft], implemented internally over Curve25519 using [curve25519-dalek].
This crate provides a high-level API for static and ephemeral Diffie-Hellman in the Ristretto255 prime order group, as specified the [IETF draft][ietf-draft], implemented internally over Curve25519 using [curve25519-dalek].
## Example