Type Alias RecommendedTranscript

Source
pub type RecommendedTranscript = DigestTranscript<Blake2b512>;
Available on crate feature recommended only.
Expand description

The recommended transcript, guaranteed to be secure against length-extension attacks.

Aliased Typeยง

pub struct RecommendedTranscript(/* private fields */);