Skip to content

Commit

Permalink
README updates (#26)
Browse files Browse the repository at this point in the history
* Update KeyManagement table

Kotlin will need to support Device Enclave and Keychain for the Android platform

* Add links to Rust repos
  • Loading branch information
amika-sq authored Nov 9, 2023
1 parent ea89f81 commit e7f0a9d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit e7f0a9d

Please sign in to comment.