pub fn compute_empty_hash(
provider: &impl CryptoProvider,
suite: CipherSuite,
) -> Result<Hash, Error>Expand description
Compute the transcript hash of an empty string: Hash(“”).
pub fn compute_empty_hash(
provider: &impl CryptoProvider,
suite: CipherSuite,
) -> Result<Hash, Error>Compute the transcript hash of an empty string: Hash(“”).