Skip to content

Commit

Permalink
Add reference link
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronFeickert committed Dec 24, 2024
1 parent 8d5ea6f commit ebe2fe9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/signing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ pub fn sign_partial<T: From<PartialSignature>>(
///
/// Note that partial signatures are _not_ unforgeable!
/// Validity of a partial signature should not be relied on for this property.
/// See https://gist.github.com/AdamISZ/ca974ed67889cedc738c4a1f65ff620b for details.
///
/// Returns an error if the given public key doesn't belong to the
/// `key_agg_ctx`, or if the signature is invalid.
Expand Down Expand Up @@ -192,6 +193,7 @@ pub fn verify_partial_adaptor(
///
/// Note that partial signatures are _not_ unforgeable!
/// Validity of a partial signature should not be relied on for this property.
/// See https://gist.github.com/AdamISZ/ca974ed67889cedc738c4a1f65ff620b for details.
///
/// This function is effectively the same as invoking [`verify_partial_adaptor`]
/// but passing [`MaybePoint::Infinity`] as the adaptor point.
Expand Down

0 comments on commit ebe2fe9

Please sign in to comment.