aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrevp <github@trevp.net>2015-12-04 05:00:20 -0800
committertrevp <github@trevp.net>2015-12-04 05:00:20 -0800
commit4e9f1ad1c0ed51460176ff3eb0f2014d0624a697 (patch)
tree185e30c190ede7d8ec39a0b83ac1cf965e7bdca2
parentRevision 19 (diff)
downloadnoise-4e9f1ad1c0ed51460176ff3eb0f2014d0624a697.tar.xz
noise-4e9f1ad1c0ed51460176ff3eb0f2014d0624a697.zip
fix typo
-rw-r--r--noise.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/noise.md b/noise.md
index 547fe8c..1635480 100644
--- a/noise.md
+++ b/noise.md
@@ -116,7 +116,7 @@ Noise depends on the following **hash function** (and associated constants):
RFC 2104).
Noise defines an additional function based on the above `HASH` function. The
-`||` operator indicates concatentation of byte sequences:
+`||` operator indicates concatenation of byte sequences:
* **`HKDF(chaining_key, input_key_material)`**: Takes a `chaining_key` byte
sequence of length `HASHLEN`, and an `input_key_material` byte sequence of