diff options
author | 2015-11-08 18:19:04 -0800 | |
---|---|---|
committer | 2015-11-08 18:19:04 -0800 | |
commit | 462fed0dbef162ce7844a9d9db82a964caa3a911 (patch) | |
tree | 35496a177949cfed1af8cc966c988c10f5a4846c | |
parent | Clarified "X25519" comment. (diff) | |
download | noise-462fed0dbef162ce7844a9d9db82a964caa3a911.tar.xz noise-462fed0dbef162ce7844a9d9db82a964caa3a911.zip |
Clarify X448.
-rw-r--r-- | noise.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |