You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This describes the signing protocol, which consists of a presignature phase
and a final signature phase.
Security Analysis
A security analysis of the protocol is available here.
Some Notation conventions
Vectors / Matrices are denoted $x_i$ or $A_{ij}$, using indices. Operators behave pointwise. For example, $x_i \cdot y_i$ creates a new vector by multiplying the entries of $x$ and $y$ pointwise. $\langle A_{ij}, \ldots \rangle$ denotes summation, over the shared indices. For example $\langle A_{ij}, x_j \rangle_i$ would be $A x$ in more conventional matrix vector multiplication notation.
$\lambda(\mathcal{P})_i$ denotes the Lagrange coefficient for participant $i$
in a group of participants $\mathcal{P}$, used for interpolating threshold
shared values into linear shared values.