Skip to content

Commit

Permalink
docs: fix doclinks
Browse files Browse the repository at this point in the history
  • Loading branch information
apoelstra committed Jun 10, 2024
1 parent c92f00a commit 57f511d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/zkp/ecdsa_adaptor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
//!
//! WARNING: ECDSA adaptor signatures are insecure when the secret key is reused
//! in certain other crypto schemes. See
//! https://github.com/ElementsProject/secp256k1-zkp/blob/6955af5ca8930aa674e5fdbc4343e722b25e0ca8/include/secp256k1_ecdsa_adaptor.h#L14
//! <https://github.com/ElementsProject/secp256k1-zkp/blob/6955af5ca8930aa674e5fdbc4343e722b25e0ca8/include/secp256k1_ecdsa_adaptor.h#L14>
//! for details.
//!
Expand Down
2 changes: 1 addition & 1 deletion src/zkp/pedersen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ impl PedersenCommitment {
///
/// A Pedersen commitment of the form `P = vT' + r'G` can be expressed as `vT + (vr + r')G` if `T' = T + rG` with:
/// - `v` = `value`
/// - `T` being a public key generated from a [`Tag`]
/// - `T` being a public key generated from a [`crate::Tag`]
/// - `r` = `generator_blinding_factor`
/// - `r'` = `value_blinding_factor`
#[derive(Debug)]
Expand Down

0 comments on commit 57f511d

Please sign in to comment.