Skip to content

Commit

Permalink
fix docs (#52)
Browse files Browse the repository at this point in the history
Fixed README
  • Loading branch information
ashcherbakov authored Nov 29, 2021
1 parent a0ef15f commit f7906c3
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 @@ -13,7 +13,7 @@ Available from Maven Central.
Gradle:
```
dependencies {
implementation 'org.didcommx:didcomm:0.1.0'
implementation 'org.didcommx:didcomm:0.3.0'
}
```

Expand All @@ -23,7 +23,7 @@ Maven:
<dependency>
<groupId>org.didcommx</groupId>
<artifactId>didcomm</artifactId>
<version>0.1.0</version>
<version>0.3.0</version>
</dependency>
```

Expand Down Expand Up @@ -53,8 +53,8 @@ See https://github.com/sicpa-dlab/didcomm-demo.
- Curves: Ed25519, Secp256k1 (currently JDK < 15 only), P-256
- Algorithms: EdDSA (with crv=Ed25519), ES256, ES256K (currently JDK < 15 only)
- DID rotation (`fromPrior` field) is supported.
- Forward protocol is implemented and used by default.
- Limitations and known issues:
- Forward protocol is not implemented
- Secp256k1 is supported on JDK < 15 only
- DIDComm has been implemented under the following [Assumptions](https://hackmd.io/i3gLqgHQR2ihVFV5euyhqg)

Expand Down

0 comments on commit f7906c3

Please sign in to comment.