diff options
author | 2015-10-16 12:08:08 -0700 | |
---|---|---|
committer | 2015-10-16 12:08:08 -0700 | |
commit | 45924cdb165b9f223287b53706e5a40cb745c31d (patch) | |
tree | b55b1e09091d056177bde94133a234deb8abc666 | |
parent | Fix typos. (diff) | |
download | noise-hkdf.tar.xz noise-hkdf.zip |
Tiny edithkdf
-rw-r--r-- | noise.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -652,7 +652,7 @@ The `MixKey()` design uses `HKDF` because: * HKDF is a conservative and widely used design. -`MixHash()` is called instead of `MixKey()` because: +`MixHash()` is used instead of `MixKey()` because: * `MixHash()` is more efficient than `MixKey()`. * `MixHash()` avoids any IPR concerns regarding mixing identity data into |