[−][src]Crate caelum_diddoc
Decentralized Identity Documents
The caelum_diddoc
crate is aimed to help javascript
and rust
developers manage DID docs
(Decentralized Identity Documents) in an easy manner.
Following w3's specifications on DID
Documents this crate aims to be a Resolver.
This means it will create, read, update and delete all properties of a DID document. As well as
interacting with other DIDs and DID document, using proof verification.
Also, it will be able to interact with others on other Decentralized Identifier Registry.
This will can effectively be used to perform all the operations required of a CKMS
(cryptographic key management system), such as key registration, replacement, rotation,
recovery, and expiration.
More details in w3's method specifications.
Modules
did_doc_authentication | |
did_doc_public_key | |
did_document | Definition of main functionalities (properties with examples, getters, adders, setters) |
proof | |
service |
Structs
DidDoc |