syntax: generator -> base point
This commit is contained in:
parent
b982bea837
commit
3f81885ee3
@ -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
|
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
|
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
|
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
|
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
|
other agent indizes. $j, b_a \in \left\{1,2,\dots,k\right\}$ with $b_a$ denoting
|
||||||
|
Loading…
Reference in New Issue
Block a user