From e885b3c5d30393f3275cb530b0d9d13dc569cc35 Mon Sep 17 00:00:00 2001 From: Avril Date: Sun, 1 Dec 2019 16:08:20 +0000 Subject: [PATCH] add readme --- README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..1d27748 --- /dev/null +++ b/README @@ -0,0 +1,4 @@ +Simple crypto wrapper implmenting Stream wrapping a NetworkStream. + +Check test project for usage example. +Check main project for documentation of interface.