aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrevp <github@trevp.net>2015-11-10 18:33:42 -0800
committertrevp <github@trevp.net>2015-11-10 18:33:42 -0800
commitc673fec10e96cc2574b8c1acb3ac845311db5a46 (patch)
treef851bd6ccd550a2fc67310855b7a879a6672a26b
parentClarify HKDF input lengths. (diff)
downloadnoise-c673fec10e96cc2574b8c1acb3ac845311db5a46.tar.xz
noise-c673fec10e96cc2574b8c1acb3ac845311db5a46.zip
Some text for README
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index e69de29..029f7f4 100644
--- a/README.md
+++ b/README.md
@@ -0,0 +1,17 @@
+
+Overview
+---------
+Noise is a framework for crypto protocols based on Diffie-Hellman key agreement.
+
+Specifications
+---------------
+<https://github.com/trevp/noise/noise.md>
+
+Implementations
+----------------
+
+There are in-progress implementations at:
+
+<https://github.com/centromere/cacophony>
+<https://github.com/trevp/screech>
+