We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf3ba3b commit 9ffdc20Copy full SHA for 9ffdc20
frost-core/src/keys.rs
@@ -347,7 +347,8 @@ where
347
Ok(Self::new(coefficient_commitments))
348
}
349
350
- /// Deserialize a whole commitment vector from a single byte vector as returned by [`serialize_whole()`].
+ /// Deserialize a whole commitment vector from a single byte vector as returned by
351
+ /// [`VerifiableSecretSharingCommitment::serialize_whole()`].
352
pub fn deserialize_whole(bytes: &[u8]) -> Result<Self, Error<C>> {
353
// Get size from the size of the generator
354
let generator = <C::Group>::generator();
0 commit comments