diff --git a/README.md b/README.md index 29d20bf..c67d7a7 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,10 @@ This repo sets forth the development process, requirements, and desired feature set for the following SDKs: * [tbdex-js](https://github.com/TBD54566975/tbdex-js) * [tbdex-kt](https://github.com/TBD54566975/tbdex-kt) -* tbdex-rs -* tbdex-swift +* [tbdex-rs](https://github.com/TBD54566975/tbdex-rs) * [web5-js](https://github.com/TBD54566975/web5-js) * [web5-kt](https://github.com/TBD54566975/web5-kt) +* [web5-rs](https://github.com/TBD54566975/web5-rs) Github Issues and PRs created in this repo address topics that impact / span all SDKs we have in development. See section on [Feature Acceptance](#feature-acceptance) for information on submitting proposals for new features across all of our SDKs (e.g. implement Presentation Exchange v9) @@ -226,8 +226,8 @@ Each SDK will implement a consistent and extensible _public interface_ for key m | Key Manager Interface | ❌ | ✅ | ❌ | ❌ | | In-Memory Key Manager | ❌ | ✅ | ❌ | ❌ | | AWS KMS | ❌ | ✅ | N/A | N/A | -| Device Enclave | N/A | N/A | N/A | ❌ | -| Keychain | N/A | N/A | N/A | ❌ | +| Device Enclave | N/A | ❌ | N/A | ❌ | +| Keychain | N/A | ❌ | N/A | ❌ | Further, the key manager interface **must** be passed as an argument to _all_ public API methods that require key material. e.g. * DID Creation