did-webkey 0.2.1

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

Rust implementation of a `did:webkey` [DID Method][], based on the [ssi][] library.

Supports SSH keys.

## 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/