From f7906c3a563d0467750a96a6641a49e0c357ecdd Mon Sep 17 00:00:00 2001 From: Alexander Shcherbakov Date: Mon, 29 Nov 2021 14:25:12 +0300 Subject: [PATCH] fix docs (#52) Fixed README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3f5551f..9a05411 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Available from Maven Central. Gradle: ``` dependencies { - implementation 'org.didcommx:didcomm:0.1.0' + implementation 'org.didcommx:didcomm:0.3.0' } ``` @@ -23,7 +23,7 @@ Maven: org.didcommx didcomm - 0.1.0 + 0.3.0 ``` @@ -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)