Skip to content

Commit

Permalink
Fix KDF description to not include GETKEY().
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Perrin committed Jul 7, 2015
1 parent 15ac047 commit 2dec3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noise.md
Expand Up @@ -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`.

Expand Down

0 comments on commit 2dec3fd

Please sign in to comment.