Expand description
Long-term Ristretto key pair owned by an account, used as a binding identity
across ZK credentials issued to that account (currently
crate::avatars::AvatarUploadCredential).
Distinct from the account’s curve25519 identity key. The public key is a wire type stored by the server; the secret key is a wire type that must be synced to linked devices.
Structs§
- ZkCredential
KeyPair - ZkCredential
Public Key - The public half of a
ZkCredentialKeyPair.