mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Update links in README to point to new github org.
This commit is contained in:
parent
bd8a546b13
commit
ba0bf47492
1 changed files with 4 additions and 4 deletions
|
|
@ -1,14 +1,14 @@
|
|||
|
||||
# x25519-dalek [](https://crates.io/crates/x25519-dalek) [](https://docs.rs/x25519-dalek) [](https://travis-ci.org/isislovecruft/x25519-dalek)
|
||||
# x25519-dalek [](https://crates.io/crates/x25519-dalek) [](https://docs.rs/x25519-dalek) [](https://travis-ci.org/dalek-cryptography/x25519-dalek)
|
||||
|
||||
A pure-Rust implementation of x25519 elliptic curve Diffie-Hellman key exchange,
|
||||
as specified by Mike Hamburg and Adam Langley in
|
||||
[RFC7748](https://tools.ietf.org/html/rfc7748), using
|
||||
[curve25519-dalek](https://github.com/isislovecruft/curve25519-dalek).
|
||||
[curve25519-dalek](https://github.com/dalek-cryptography/curve25519-dalek).
|
||||
|
||||
## Examples
|
||||
|
||||
[](https://shop.bubblesort.io)
|
||||
[](https://shop.bubblesort.io)
|
||||
|
||||
"Secret Messages" cover image and [zine](https://shop.bubblesort.io/products/secret-messages-zine)
|
||||
copyright © Amy Wibowo ([@sailorhg](https://twitter.com/sailorhg))
|
||||
|
|
@ -71,7 +71,7 @@ authenticated-encryption cipher.
|
|||
|
||||
# Warnings
|
||||
|
||||
[Our elliptic curve library](https://github.com/isislovecruft/curve25519-dalek)
|
||||
[Our elliptic curve library](https://github.com/dalek-cryptography/curve25519-dalek)
|
||||
(which this code uses) has received *one* formal cryptographic and security
|
||||
review. It has not yet received what we would consider *sufficient* peer
|
||||
review by other qualified cryptographers to be considered in any way, shape,
|
||||
|
|
|
|||
Loading…
Reference in a new issue