Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #96

Merged
merged 2 commits into from
Jan 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 16 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,12 +369,13 @@

### [W3C Verifiable Credential Data Model 1.1](https://www.w3.org/TR/vc-data-model)

| Feature | Typescript | Kotlin | Rust | Swift |
| ------------------- | ---------- | ------ | ---- | ----- |
| Creation | ✅ | ✅ | ❌ | ❌ |
| Signing as `vc-jwt` | ✅ | ✅ | ❌ | ❌ |
| Verification | ✅ | ✅ | ❌ | ❌ |
| Validation | ✅ | ✅ | ❌ | ❌ |
| Feature | Typescript | Kotlin | Rust | Swift |
| ------------------------------------ | ---------- | ------ | ---- | ----- |
| Creation | ✅ | ✅ | ❌ | ❌ |
| Signing as `vc-jwt` | ✅ | ✅ | ❌ | ❌ |
| Verification | ✅ | ✅ | ❌ | ❌ |
| Validation | ✅ | ✅ | ❌ | ❌ |
| Verifiable Presentations as `vp-jwt` | ⚠️ | ⚠️ | ❌ | ❌ |

### [W3C Verifiable Credential Data Model 2.0](https://www.w3.org/TR/vc-data-model-2.0/)

Expand Down Expand Up @@ -412,8 +413,12 @@

### [Presentation Exchange V2](https://identity.foundation/presentation-exchange/spec/v2.0.0/)

| Feature | Typescript | Kotlin | Rust | Swift |
| --------------------- | ---------- | ------ | ---- | ----- |
| Concrete Type | ✅ | ✅ | ❌ | ❌ |
| Validation | ✅ | ⚠️ | ❌ | ❌ |
| Credential Evaluation | ✅ | ⚠️ | ❌ | ❌ |
| Feature | Typescript | Kotlin | Rust | Swift |
| ---------------------- | ---------- | ------ | ---- | ----- |
| Concrete Type | ✅ | ✅ | ❌ | ❌ |
| Validation | ✅ | ✅ | ❌ | ❌ |
| Credential Evaluation | ✅ | ✅ | ❌ | ❌ |
| [Predicates](https://identity.foundation/presentation-exchange/spec/v2.0.0/#predicate-feature) | ✅ | ✅ | ❌ | ❌ |
| [Relational Constraints](https://identity.foundation/presentation-exchange/spec/v2.0.0/#relational-constraint-feature) | ✅ | ❌ | ❌ | ❌ |
| [Credential Status](https://identity.foundation/presentation-exchange/spec/v2.0.0/#credential-status-constraint-feature) | ❌ | ❌ | ❌ | ❌ |

Loading