Type Definition kitsune_p2p_types::CertDigest

source ·
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.