diff options
-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 |