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