did-pkh 0.4.0

did:pkh DID method, using the ssi crate
Documentation
1
2
3
4
5
6
7
8
9
10
# did-pkh

Rust implementation of the `did:pkh` [DID Method][], based on the [ssi][] library.  A draft specification can be found [here](did-pkh-method-draft.md).

## License

[Apache License, Version 2.0](http://www.apache.org/licenses/)

[DID Method]: https://www.w3.org/TR/did-core/#methods
[ssi]: https://github.com/spruceid/ssi/