mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +00:00
Add links to dalek.rs
This commit is contained in:
parent
2b42966bb4
commit
3969d80c89
2 changed files with 5 additions and 1 deletions
|
|
@ -118,3 +118,5 @@ contributions.
|
||||||
[ed25519-dalek]: https://github.com/dalek-cryptography/ed25519-dalek
|
[ed25519-dalek]: https://github.com/dalek-cryptography/ed25519-dalek
|
||||||
[x25519-dalek]: https://github.com/dalek-cryptography/x25519-dalek
|
[x25519-dalek]: https://github.com/dalek-cryptography/x25519-dalek
|
||||||
[contributing]: https://github.com/dalek-cryptography/curve25519-dalek/blob/master/CONTRIBUTING.md
|
[contributing]: https://github.com/dalek-cryptography/curve25519-dalek/blob/master/CONTRIBUTING.md
|
||||||
|
[docs-external]: https://doc.dalek.rs/curve25519_dalek/
|
||||||
|
[docs-internal]: https://doc-internal.dalek.rs/curve25519_dalek/
|
||||||
|
|
|
||||||
|
|
@ -129,7 +129,7 @@
|
||||||
//! gives the _Ristretto_ encoding.
|
//! gives the _Ristretto_ encoding.
|
||||||
//!
|
//!
|
||||||
//! Notes on the details of the encoding can be found in the
|
//! Notes on the details of the encoding can be found in the
|
||||||
//! `ristretto::notes` submodule of the internal `curve25519-dalek`
|
//! [`ristretto::notes`][ristretto_notes] submodule of the internal `curve25519-dalek`
|
||||||
//! documentation.
|
//! documentation.
|
||||||
//!
|
//!
|
||||||
//! [cryptonote]:
|
//! [cryptonote]:
|
||||||
|
|
@ -138,6 +138,8 @@
|
||||||
//! https://moderncrypto.org/mail-archive/curves/2017/000858.html
|
//! https://moderncrypto.org/mail-archive/curves/2017/000858.html
|
||||||
//! [ristretto_coffee]:
|
//! [ristretto_coffee]:
|
||||||
//! https://en.wikipedia.org/wiki/Ristretto
|
//! https://en.wikipedia.org/wiki/Ristretto
|
||||||
|
//! [ristretto_notes]:
|
||||||
|
//! https://doc-internal.dalek.rs/curve25519_dalek/ristretto/notes/index.html
|
||||||
|
|
||||||
mod notes {
|
mod notes {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue