Type Definition spki::FingerprintBytes

source ·
pub type FingerprintBytes = [u8; 32];
Available on crate feature fingerprint only.
Expand description

Raw bytes of a SPKI fingerprint i.e. SHA-256 digest of SubjectPublicKeyInfo’s DER encoding.

See RFC7469 § 2.1.1 for more information.