File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed
Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 22
33## Information
44
5- This is an implementation of the following cryptographic suites for [ Linked Data Proofs ] ( https://w3c-ccg. github.io/ ld-proofs/ ) :
5+ This library is a direct continuation of our earlier library [ ld-signatures-java ] ( https://github.com/weboftrustinfo/ ld-signatures-java ) .
66
7+ It provides an implementation of the following cryptographic suites for [ Linked Data Proofs] ( https://w3c-ccg.github.io/ld-proofs/ ) :
8+
9+ - [ DataIntegrityProof] ( https://w3c.github.io/vc-data-integrity/ )
10+ - [ JsonWebSignature2020] ( https://w3c-ccg.github.io/lds-jws2020/ )
711 - [ Ed25519Signature2018] ( https://w3c-ccg.github.io/lds-ed25519-2018/ )
8- - [ Ed25519Signature2020] ( https://w3c-ccg.github.io/lds-ed25519- 2020/ )
12+ - [ Ed25519Signature2020] ( https://www.w3.org/community/reports/credentials/CG-FINAL-di-eddsa- 2020-20220724 / )
913 - [ EcdsaSecp256k1Signature2019] ( https://w3c-ccg.github.io/lds-ecdsa-secp256k1-2019/ )
1014 - [ RsaSignature2018] ( https://w3c-ccg.github.io/lds-rsa2018/ )
11- - [ JsonWebSignature2020] ( https://w3c-ccg.github.io/lds-jws2020/ )
1215 - [ JcsEd25519Signature2020] ( https://identity.foundation/JcsEd25519Signature2020/ )
1316 - JcsEcdsaSecp256k1Signature2019
1417
@@ -30,7 +33,7 @@ Dependency:
3033 <dependency>
3134 <groupId>com.danubetech</groupId>
3235 <artifactId>data-integrity-java</artifactId>
33- <version>1.6.0 </version>
36+ <version>1.21-SNAPSHOT </version>
3437 </dependency>
3538
3639## Example
You can’t perform that action at this time.
0 commit comments