Security · Primitives
Cryptographic
primitives
A small set of widely adopted primitives underpin the specification and the reference implementations. Verifiers validate identities offline using standards-track algorithms — without custom cryptography.
Count
5
Custom crypto
None
Mode
Offline-verifiable
A closer lookTrust deserves a closer look.
Inspect the identity, follow the proof, and check the boundary before accepting an action.
- 01Present the identity
- 02Inspect the proof
- 03Check the scope
- 04Read the result
§ 01The table
Select an element
Each cell is one primitive. Select it to read properties and why it matters for identity verification.
Ed
Ed25519
SignaturesEdDSA signature scheme on Curve25519. Deterministic signing, compact signatures, and broad ecosystem support.
Key Size256-bit
Signature64 bytes
Security128-bit
StandardRFC 8032
Why it matters
Used for signing and verification in DID documents and related proofs. The goal is offline verification: a verifier can validate signatures without calling a network.