Skip to content

Commit

Permalink
Merge pull request #56 from swcurran/main
Browse files Browse the repository at this point in the history
Reference Python implementation
  • Loading branch information
brianorwhatever authored May 9, 2024
2 parents 275b18c + 9367b18 commit 73da3df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/implementors_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
Proof of concept implementations of `did:tdw` software for [[ref: DID Controllers]] and resolvers can be found here:

- Typescript: [https://github.com/bcgov/trustdidweb-ts](https://github.com/bcgov/trustdidweb-ts)
- Python: To be added
- Python: [https://github.com/bcgov/trustdidweb-py](https://github.com/bcgov/trustdidweb-py)

Both currently (as of 2024.04.11) support all of the features of `did:tdw` except for [[ref: Key Pre-Rotation]] and [[ref: Verifiable Conditions]].

The Typescript implementation is currently less than 1000 lines of Typescript code.
The Typescript implementation is currently less than 800 lines of Typescript code.

### Using Pre-Rotation Keys

Expand Down

0 comments on commit 73da3df

Please sign in to comment.