From eda4f9fee8df3a1d1c596629b717c06fb09d07be Mon Sep 17 00:00:00 2001 From: Sander Dijkhuis Date: Sat, 17 Jun 2023 13:33:36 +0200 Subject: [PATCH] docs: add security warning --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 708fbf1..56d2e77 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ **Noise for Kotlin** enables implementation of [Noise](https://noiseprotocol.org) protocols based on Diffie-Hellman key agreement. +> **Warning**: This project has not been independently audited. Help is welcome to increase security or to make risks explicit. Also see the [Security policy](SECURITY.md). + ## API documentation See the [API docs](https://sander.github.io/noise-kotlin/api/) about the latest release or use the Gradle `dokkaHtml` task for a local copy about any version.