fix doc link

This commit is contained in:
Conrado Gouvea 2022-11-23 13:44:06 -03:00
parent 530b5eef45
commit d5551c9244
1 changed files with 1 additions and 1 deletions

View File

@ -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<u8>,
},
/// Secret share verification failed.