PASSSignature verified successfully. The packet is authentic and untampered.
FAIL_KID_NOT_FOUNDThe signing key ID was not found in the JWKS. The packet may be signed with an unknown or revoked key.
FAIL_CANONICAL_HASH_MISMATCHThe computed hash does not match signature.canonicalHash. The packet may have been tampered with.
FAIL_SIGNATURE_INVALIDThe Ed25519 signature verification failed. The packet was not signed by the claimed key.
FAIL_INVALID_PACKET_JSONThe Proof Packet JSON is malformed or missing required fields.
FAIL_INVALID_JWKS_JSONThe JWKS JSON is malformed or missing required fields.
FAIL_ED25519_NOT_SUPPORTEDThis browser does not support Ed25519. Hash verification passed but signature could not be verified.