From 9367b18e25e35ae84e29315c3acd1c130030a460 Mon Sep 17 00:00:00 2001 From: Stephen Curran Date: Thu, 9 May 2024 07:24:09 -0700 Subject: [PATCH] Reference Python implementation Signed-off-by: Stephen Curran --- spec/implementors_guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/implementors_guide.md b/spec/implementors_guide.md index d3a438f..1c7777c 100644 --- a/spec/implementors_guide.md +++ b/spec/implementors_guide.md @@ -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