pub fn key_fingerprint(key: &VerifyingKey) -> StringExpand description
Return a short fingerprint of a verifying key: first 8 bytes of its SHA-256 hash, hex-encoded.
Safe to log — reveals no key material.
pub fn key_fingerprint(key: &VerifyingKey) -> StringReturn a short fingerprint of a verifying key: first 8 bytes of its SHA-256 hash, hex-encoded.
Safe to log — reveals no key material.