did-scid
Rust implementation of the did:scid (Self-Certifying Identifier) DID method.
A Self-Certifying Identifier (SCID) is a subclass of verifiable identifier that is cryptographically verifiable without relying on any third party, because the identifier is cryptographically bound to the keys from which it was generated.
Installation
[]
= "0.1"
Feature Flags
| Feature | Default | Description |
|---|---|---|
did-webvh |
Yes | Verifiable History via WebVH |
did-cheqd |
Yes | Verifiable History via Cheqd |
Capabilities
did:scid:vh— Verifiable History support- WebVH backend
- Cheqd backend
- Peer-level
did:scidimplementations
Specification
Related Crates
affinidi-did-common— DID Document types (dependency)affinidi-did-resolver-cache-sdk— Resolver SDK (uses this via feature flag)
Contributing
Head over to our CONTRIBUTING guidelines.