diff --git a/frost-core/src/error.rs b/frost-core/src/error.rs index d4106ac..7cd8ead 100644 --- a/frost-core/src/error.rs +++ b/frost-core/src/error.rs @@ -56,7 +56,7 @@ pub enum Error { InvalidSignatureShare { /// The identifier of the signer whose share validation failed, /// encoded as a byte vector with ciphersuite-dependent endianness - /// (can be decoded with [`Identifier::deserialize`]). + /// (can be decoded with [`crate::frost::Identifier::deserialize`]). signer: Vec, }, /// Secret share verification failed.