diff options
author | 2015-12-04 05:00:20 -0800 | |
---|---|---|
committer | 2015-12-04 05:00:20 -0800 | |
commit | 4e9f1ad1c0ed51460176ff3eb0f2014d0624a697 (patch) | |
tree | 185e30c190ede7d8ec39a0b83ac1cf965e7bdca2 | |
parent | Revision 19 (diff) | |
download | noise-4e9f1ad1c0ed51460176ff3eb0f2014d0624a697.tar.xz noise-4e9f1ad1c0ed51460176ff3eb0f2014d0624a697.zip |
fix typo
-rw-r--r-- | noise.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |