aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortrevp <github@trevp.net>2015-11-08 18:19:04 -0800
committertrevp <github@trevp.net>2015-11-08 18:19:04 -0800
commit462fed0dbef162ce7844a9d9db82a964caa3a911 (patch)
tree35496a177949cfed1af8cc966c988c10f5a4846c
parentClarified "X25519" comment. (diff)
downloadnoise-462fed0dbef162ce7844a9d9db82a964caa3a911.tar.xz
noise-462fed0dbef162ce7844a9d9db82a964caa3a911.zip
Clarify X448.
-rw-r--r--noise.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/noise.md b/noise.md
index 09144fe..89bf121 100644
--- a/noise.md
+++ b/noise.md
@@ -532,10 +532,10 @@ field, followed by the Noise tranport message.
* **`GENERATE_KEYPAIR()`**: Returns a new Curve448 keypair.
- * **`DH(privkey, pubkey)`**: Executes the Curve448 function (aka "X448"). 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 Curve448 DH function (aka "X448" 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`** = 56