Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
decentralgabe authored Jan 8, 2024
1 parent 001fea0 commit 39d369f
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,12 +369,13 @@ Further, the key manager interface **must** be passed as an argument to _all_ pu

### [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 @@ Further, the key manager interface **must** be passed as an argument to _all_ pu

### [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) |||||

0 comments on commit 39d369f

Please sign in to comment.