Structs§
Functions§
- compute_
fingerprint - Derive the human-facing 24-char fingerprint from an Ed25519 public key.
Format:
xxxx-xxxx-xxxx-xxxx-xxxx-xxxx(6 groups of 4 hex chars, 24 hex chars total = 12 bytes = 96 bits of SHA-256 over the pubkey). Public socrypto::verify_signedcan re-derive it from a signed envelope’s pubkey and check that it matches the asserted fingerprint.