diff --git a/README.md b/README.md index b669093..3aad878 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# NOTICE +This repo has been deprecated. Active work on DID-Comm can be found at [New DID-Comm Repo] (https://github.com/decentralized-identity/didcomm-messaging.git). + # DIDComm-crypto-js Javascript (written in typescript) version of the cryptographic envelope of DIDComm. This library is built for any javascript environment that needs to . It is built on libsodium-js and follows the specs documented in the [docs](/docs/README.md) folder. @@ -67,4 +70,4 @@ In very specific use cases like the invitation protocol or incredibly short live ## Authentication notes -To perform authentication this library should be combined with resolution of a DID Document to ensure the key used by the sender is contained in a valid DID Document. This funcationality is considered out of scope for this library. \ No newline at end of file +To perform authentication this library should be combined with resolution of a DID Document to ensure the key used by the sender is contained in a valid DID Document. This funcationality is considered out of scope for this library.