From 2858e861702702be783e8872703e1b196c80f14c Mon Sep 17 00:00:00 2001 From: mcmikius Date: Tue, 5 Dec 2023 11:54:59 +0200 Subject: [PATCH] docs: add pages --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c573445..958a74c 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,10 @@ [![Swift Version][swift-image]][swift-url] [![License][license-image]][license-url] [![GitHub release](https://img.shields.io/github/release/Naereen/StrapDown.js.svg)](https://github.com/LLCFreedom-Space/dxprotocol.git/releases/) +[![Read the Docs](https://readthedocs.org/projects/docs/badge/?version=latest)](https://llcfreedom-space.github.io/dxprotocol/) +![example workflow](https://github.com/LLCFreedom-Space/dxprotocol/actions/workflows/docc.yml/badge.svg?branch=main) +![example workflow](https://github.com/LLCFreedom-Space/dxprotocol/actions/workflows/lint.yml/badge.svg?branch=main) +![example workflow](https://github.com/LLCFreedom-Space/dxprotocol/actions/workflows/test.yml/badge.svg?branch=main) [![codecov](https://codecov.io/github/LLCFreedom-Space/dxprotocol/graph/badge.svg?token=2EUIA4OGS9)](https://codecov.io/github/LLCFreedom-Space/dxprotocol) The DXProtocol is a library for encrypting text messages. The DXProtocol provides end-to-end encryption for voice and instant messaging conversations. This protocol is based on the Double Ratchet algorithm and the "Extended Triple Diffie-Hellman" key agreement protocol.