Skip to content

Commit

Permalink
doc(crypto): fix rustdoc warning for EcdsaPreSignatureQuadruple
Browse files Browse the repository at this point in the history
  • Loading branch information
altkdf committed Mar 19, 2024
1 parent 8e54aba commit 460a49a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rs/interfaces/src/crypto/sign/canister_threshold_sig.rs
Expand Up @@ -143,7 +143,7 @@ use std::collections::{BTreeMap, HashSet};
/// honest dealings.
///
/// [`InitialIDkgDealings`]: ic_types::crypto::canister_threshold_sig::idkg::InitialIDkgDealings
/// [`EcdsaPreSignatureQuadruple`]: ic_types::crypto::canister_threshold_sig::PreSignatureQuadruple
/// [`EcdsaPreSignatureQuadruple`]: ic_types::crypto::canister_threshold_sig::EcdsaPreSignatureQuadruple
/// [`Random`]: ic_types::crypto::canister_threshold_sig::idkg::IDkgTranscriptOperation::Random
/// [`ReshareOfMasked`]: ic_types::crypto::canister_threshold_sig::idkg::IDkgTranscriptOperation::ReshareOfMasked
/// [`ReshareOfUnmasked`]: ic_types::crypto::canister_threshold_sig::idkg::IDkgTranscriptOperation::ReshareOfUnmasked
Expand Down
2 changes: 1 addition & 1 deletion rs/types/types/src/crypto/canister_threshold_sig/idkg.rs
Expand Up @@ -763,7 +763,7 @@ pub enum IDkgTranscriptOperation {
/// to produce a `masked` transcript.
///
/// Useful to compute the product transcripts in
/// [`EcdsaPreSignatureQuadruple`][`crate::crypto::canister_threshold_sig::PreSignatureQuadruple`]:
/// [`EcdsaPreSignatureQuadruple`][`crate::crypto::canister_threshold_sig::EcdsaPreSignatureQuadruple`]:
/// * Given a unmasked transcript for sharing a random value `kappa` and a masked transcript
/// for sharing a random value `lambda`, compute the masked transcript for sharing the value
/// `kappa * lambda`.
Expand Down

0 comments on commit 460a49a

Please sign in to comment.