Skip to content

Commit

Permalink
Fix some doc link that fell through the cracks
Browse files Browse the repository at this point in the history
...how can this only be detected now...?
  • Loading branch information
LLFourn committed Dec 12, 2022
1 parent 250b6e8 commit fe25e96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schnorr_fun/src/frost.rs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ impl<H: Digest<OutputSize = U32> + Clone, NG: NonceGen> Frost<H, NG> {

/// Generate nonces for creating signatures shares.
///
/// ⚠ You must use a CAREFULLY CHOSEN nonce rng, see [`FrostKey::gen_nonce_rng`]
/// ⚠ You must use a CAREFULLY CHOSEN nonce rng, see [`Frost::gen_nonce_rng`]
pub fn gen_nonce<R: RngCore>(&self, nonce_rng: &mut R) -> NonceKeyPair {
NonceKeyPair::random(nonce_rng)
}
Expand Down

0 comments on commit fe25e96

Please sign in to comment.