Fingerprint

Type Alias Fingerprint 

Source
pub type Fingerprint = Hash;
Expand description

Alias for the certificate’s fingerprint type.

The hash type is blake3::Hash.

§A note on equality

To ensure constant time equality checking it is recommended to keep the type as is. Check the blake3 crate documentation for more information.

Aliased Type§

pub struct Fingerprint(/* private fields */);