aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrevp <github@trevp.net>2015-11-08 18:05:04 -0800
committertrevp <github@trevp.net>2015-11-08 18:05:04 -0800
commite7ea38569143456501962f44f81f0dfd1026499e (patch)
treef9dbb568771f0802504cf05383f55c76714436b1
parentClarify length field. (diff)
downloadnoise-e7ea38569143456501962f44f81f0dfd1026499e.tar.xz
noise-e7ea38569143456501962f44f81f0dfd1026499e.zip
Clarified "X25519" comment.
-rw-r--r--noise.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/noise.md b/noise.md
index 7d36555..09144fe 100644
--- a/noise.md
+++ b/noise.md
@@ -520,10 +520,10 @@ field, followed by the Noise tranport message.
* **`GENERATE_KEYPAIR()`**: Returns a new Curve25519 keypair.
- * **`DH(privkey, pubkey)`**: Executes the Curve25519 function (aka "X25519").
- If the function detects an invalid public key, the output may be set to all
- zeros or any other value that doesn't leak information about the private
- key.
+ * **`DH(privkey, pubkey)`**: Executes the Curve25519 DH function (aka "X25519"
+ in some other specifications). If the function detects an invalid public
+ key, the output may be set to all zeros or any other value that doesn't leak
+ information about the private key.
* **`DHLEN`** = 32