fingerprint method
Returns a 256-bit unique identifier for this key. For HPKE, that is the SHA256 hash of the raw public key.
Implementation
Fingerprint fingerprint() => Fingerprint._(_inner.fingerprint());
Returns a 256-bit unique identifier for this key. For HPKE, that is the SHA256 hash of the raw public key.
Fingerprint fingerprint() => Fingerprint._(_inner.fingerprint());