aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrevp <github@trevp.net>2015-11-19 11:32:17 -0800
committertrevp <github@trevp.net>2015-11-19 11:32:17 -0800
commit1bd90cb6d9ffa1da013e7cf79ff9fa012db9aea3 (patch)
treedc81674bce52dc6250635fb38191d36fef5ac56f
parentMixPresharedKey(), has_k, has_psk (diff)
downloadnoise-psk2.tar.xz
noise-psk2.zip
Revision 19psk2
-rw-r--r--README.md1
-rw-r--r--noise.md4
2 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index db8d36d..8c51764 100644
--- a/README.md
+++ b/README.md
@@ -20,3 +20,4 @@ There are in-progress implementations at:
<https://github.com/trevp/screech>
+<https://github.com/titanous/noise>
diff --git a/noise.md b/noise.md
index 1072155..547fe8c 100644
--- a/noise.md
+++ b/noise.md
@@ -3,8 +3,8 @@ Noise v0 (draft)
=================
* **Author:** Trevor Perrin (noise @ trevp.net)
- * **Date:** 2015-11-8
- * **Revision:** 18 (work in progress)
+ * **Date:** 2015-11-19
+ * **Revision:** 19 (work in progress)
* **Copyright:** This document is placed in the public domain
1. Introduction