impierce / did-manager

Implements identity.rs interfaces for various DID methods

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DID Manager

Implementation of identity.rs interfaces for various DID methods.

Supported DID methods

Note

We refer to the DID Core spec for the definition of the terms consumer and producer. "Consuming" means resolving and verifying, while "producing" means creating a DID document from given key material.

Method Consumer Producer
did:key ☑️ ☑️
did:web ☑️ ☑️
did:jwk ☑️ ☑️
did:iota ☑️
did:iota:smr ☑️
did:iota:rms ☑️

About

Implements identity.rs interfaces for various DID methods

License:Apache License 2.0


Languages

Language:Rust 98.8%Language:Shell 1.2%