From 2dec3fd894f37a0c014b4f8656b9f90299840e8e Mon Sep 17 00:00:00 2001 From: Trevor Perrin Date: Tue, 7 Jul 2015 15:53:56 -0700 Subject: [PATCH] Fix KDF description to not include GETKEY(). --- noise.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noise.md b/noise.md index 421f62a..1271d69 100644 --- a/noise.md +++ b/noise.md @@ -460,7 +460,7 @@ These are the default and recommended ciphersuites. key. The 96-bit ChaChaPoly nonce is formed by encoding 32 bits of zeros followed by little-endian encoding of `n`. - * **KDF(k, n, input):** `HMAC-SHA2-256(GETKEY(k, n), input)`. + * **KDF(kdf\_key, input):** `HMAC-SHA2-256(kdf_key, input)`. * **HASH(input):** `SHA2-256`.