pub type CertDigest = BinDataSized<32>;
Expand description

The 32 byte blake2b digest of the der encoded tls certificate.

Aliased Type§

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

Fields§

§0: Arc<[u8; 32]>