From 393c64be6556f45cbb744940d242e97296fc071c Mon Sep 17 00:00:00 2001 From: Henry Case Date: Thu, 23 May 2019 17:22:32 +0100 Subject: [PATCH] Change README.md --- README.md | 33 ++++----------------------------- 1 file changed, 4 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 30a681d..50f13c6 100644 --- a/README.md +++ b/README.md @@ -1,34 +1,9 @@ -# trs +# th5 This is an implementation of TLS 1.3 forked from ``tls-tris`` (af21f3083ce150bf822574a4437be352a83ef45b). Modified to be used as separated library. -## Development - -### Dependencies - -Copy paste line bellow to install all required dependencies: - -* ArchLinux: -``` -pacman -S go docker gcc git make patch python2 python-docker rsync -``` - -* Debian: -``` -apt-get install build-essential docker go patch python python-pip rsync -pip install setuptools -pip install docker -``` - -* Ubuntu (18.04) : -``` -apt-get update -apt-get install build-essential docker docker.io golang patch python python-pip rsync sudo -pip install setuptools -pip install docker -sudo usermod -a -G docker $USER -``` - -Similar dependencies can be found on any UNIX based system/distribution. +The goal of the library is to allow experimentation with TLS. +That's a dark, risky, dangerous place where my own crypto +is being implemented.