Skip to content

Commit

Permalink
Merge pull request #172 from LLFourn/fix-musig-synthetic-doc
Browse files Browse the repository at this point in the history
[musig] new_with_synthetic_nonces had the wrong docs
  • Loading branch information
LLFourn authored Jan 3, 2024
2 parents 2467ece + e86776f commit a52142c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schnorr_fun/src/musig.rs
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,7 @@ where
///
/// ```
/// use schnorr_fun::musig;
/// let musig = musig::new_with_deterministic_nonces::<sha2::Sha256>();
/// let musig = musig::new_with_synthetic_nonces::<sha2::Sha256, rand::rngs::ThreadRng>();
/// ```
pub fn new_with_synthetic_nonces<H, R>() -> MuSig<H, nonce::Synthetic<H, nonce::GlobalRng<R>>>
where
Expand Down

0 comments on commit a52142c

Please sign in to comment.