pub type CertDigest = BinDataSized<32>;
Expand description

32 byte binary TLS certificate digest.

Trait Implementations

Construct from a slice. Panicks if slice.len() != 32.

Converts to this type from the input type.

Converts to this type from the input type.