Skip to main content

Module zk_credential_key

Module zk_credential_key 

Source
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§

ZkCredentialKeyPair
ZkCredentialPublicKey
The public half of a ZkCredentialKeyPair.