mirror of
https://github.com/torproject/torspec.git
synced 2024-11-23 09:49:45 +00:00
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.
This commit is contained in:
parent
142dda7257
commit
9c3a2d219a
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user