diff options
author | 2015-11-10 18:33:42 -0800 | |
---|---|---|
committer | 2015-11-10 18:33:42 -0800 | |
commit | c673fec10e96cc2574b8c1acb3ac845311db5a46 (patch) | |
tree | f851bd6ccd550a2fc67310855b7a879a6672a26b | |
parent | Clarify HKDF input lengths. (diff) | |
download | noise-c673fec10e96cc2574b8c1acb3ac845311db5a46.tar.xz noise-c673fec10e96cc2574b8c1acb3ac845311db5a46.zip |
Some text for README
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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> + |