pub type CertDigest = BinDataSized<32>;
Expand description

32 byte binary TLS certificate digest.

Aliased Type§

struct CertDigest(pub Arc<[u8; 32]>);

Fields§

§0: Arc<[u8; 32]>