did-scid 0.1.7

Implementation of did:scid in Rust
Documentation

did-scid

Crates.io Documentation Rust License

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

[dependencies]
did-scid = "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:scid implementations

Specification

DID SCID Method Specification

Related Crates

Contributing

Head over to our CONTRIBUTING guidelines.

License

Apache-2.0