From dfac5d072a0906409b2a9c7479952e58da75f520 Mon Sep 17 00:00:00 2001 From: Per Guth Date: Sun, 8 Oct 2017 03:11:18 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 53d58b1..eefb096 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # secure-webrtc-swarm +***This module currently sucks... please drop by later when I re-star this repo.*** + > A wrapper around [webrtc-swarm](https://github.com/mafintosh/webrtc-swarm) that adds peer whitelisting and authenticated asymmetric encryption of the WebRTC signaling data using [TweetNaCl.js](https://github.com/dchest/tweetnacl-js ) (see [algorithm.md](algorithm.md)).