diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-06-19 21:58:39 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-06-19 21:58:39 +0200 |
commit | 3f81885ee3e44486505935760da7c812efc4c76f (patch) | |
tree | 3de3f18ee98dd02952f32b3ce121d901150bf08b /tex-stuff/math.tex | |
parent | b982bea837013a3f73360524ae5774007bbb2fb7 (diff) |
syntax: generator -> base point
Diffstat (limited to 'tex-stuff/math.tex')
-rw-r--r-- | tex-stuff/math.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tex-stuff/math.tex b/tex-stuff/math.tex index b01febc..b575d75 100644 --- a/tex-stuff/math.tex +++ b/tex-stuff/math.tex @@ -61,7 +61,7 @@ Then regardless of the value of $m$: Let $n$ be the number of participating bidders/agents in the protocol and $k$ be the amount of possible valuations/prices for the sold good. Let $g$ be the -generator of Ed25519 and $q = ord(g)$ the order of it. $0$ is the neutral point +base point of Ed25519 and $q = ord(g)$ the order of it. $0$ is the neutral point for addition on Ed25519. $a \in \left\{1,2,\dots,n\right\}$ is the index of the agent executing the protocol, while $i, h \in \left\{1, 2, \dots, n\right\}$ are other agent indizes. $j, b_a \in \left\{1,2,\dots,k\right\}$ with $b_a$ denoting |