Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
filip26 authored Feb 15, 2024
1 parent 6e58af9 commit fc809f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ An implementation of the [W3C Verifiable Credentials](https://www.w3.org/TR/vc-d

* Verifying VC/VP
* Issuing VC/VP
* Verifiable Credentials Data Models
* Data Models
* [v2.0](https://w3c.github.io/vc-data-model/)
* [v1.1](https://www.w3.org/TR/vc-data-model/)
* Signature Suites
* [Data Integrity 1.0 Proofs](https://w3c-ccg.github.io/data-integrity-spec/)
* [W3C Data Integrity 1.0 Proofs](https://w3c-ccg.github.io/data-integrity-spec/)
* [ECDSA-RDFC-2019](https://github.com/filip26/iron-ecdsa-rdfc-2019)
* [EdDSA-RDFC-2022](https://github.com/filip26/iron-eddsa-rdfc-2022)
* [ECDSA-SD-2023](https://github.com/filip26/iron-ecdsa-sd-cryptosuite-2023) (planned)
Expand Down Expand Up @@ -57,7 +57,7 @@ compile group: 'com.apicatalog', name: 'iron-verifiable-credentials-jre8', versi

## Usage

Please use together with a cryptosuite(s) of your choice, e.g. [Ed25519Signature2020](https://github.com/filip26/iron-ed25519-cryptosuite-2020). Read the suite(s) documentation for specifics.
Please use together with a cryptosuite(s) of your choice, e.g. [EdDSA RDFC 2022](https://github.com/filip26/iron-eddsa-rdfc-2022). Read the suite(s) documentation for specifics.

### Verifying

Expand Down

0 comments on commit fc809f8

Please sign in to comment.