Document extensions to FROST

Also makes misc other doc corrections.
This commit is contained in:
Luke Parker
2022-12-07 20:23:25 -05:00
parent 4edba7eb7a
commit 12136a9409
3 changed files with 39 additions and 1 deletions

View File

@@ -98,5 +98,6 @@ impl<D: Clone + SecureDigest> Transcript for DigestTranscript<D> {
}
}
/// The recommended transcript, secure against length-extension attacks.
#[cfg(feature = "recommended")]
pub type RecommendedTranscript = DigestTranscript<blake2::Blake2b512>;