aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Engler <me@emilengler.com>2023-05-05 14:06:42 +0200
committerEmil Engler <me@emilengler.com>2023-05-05 14:06:42 +0200
commit9c3a2d219a575a653693f1691c4f948592807e10 (patch)
tree4b977ec263abd16b4a1053c8c94c0eaa5e3eceec
parent142dda7257318e6924ecda26d1a0e37561c2f225 (diff)
downloadtorspec-9c3a2d219a575a653693f1691c4f948592807e10.tar.gz
torspec-9c3a2d219a575a653693f1691c4f948592807e10.zip
tor-spec: remove the redundant MULT function
This commit removes the redundant MULT(a, b) function from the ntor section, as the function is defined but never used.
-rw-r--r--tor-spec.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/tor-spec.txt b/tor-spec.txt
index 8f30624..d042736 100644
--- a/tor-spec.txt
+++ b/tor-spec.txt
@@ -1260,8 +1260,6 @@ see tor-design.pdf.
t_mac = PROTOID | ":mac"
t_key = PROTOID | ":key_extract"
t_verify = PROTOID | ":verify"
- MULT(a,b) = the multiplication of the curve25519 point 'a' by the
- scalar 'b'.
G = The preferred base point for curve25519 ([9])
KEYGEN() = The curve25519 key generation algorithm, returning
a private/public keypair.