mirror of
https://github.com/arnaucube/math.git
synced 2026-01-11 16:31:32 +01:00
add typos.toml config and fix typos
This commit is contained in:
@@ -57,12 +57,12 @@ $$e(pk, H(m)) = e([sk] \cdot g_1, H(m) = e(g_1, H(m))^{sk} = e(g_1, [sk] \cdot H
|
||||
\paragraph{Aggregation}
|
||||
Signatures aggregation:
|
||||
$$\sigma_{aggr} = \sigma_1 + \sigma_2 + \ldots + \sigma_n$$
|
||||
where $\sigma_{aggr} \in G_2$, and an aggregated signatures is indistinguishible from a non-aggregated signature.
|
||||
where $\sigma_{aggr} \in G_2$, and an aggregated signatures is indistinguishable from a non-aggregated signature.
|
||||
|
||||
\vspace{0.5cm}
|
||||
Public keys aggregation:
|
||||
$$pk_{aggr} = pk_1 + pk_2 + \ldots + pk_n$$
|
||||
where $pk_{aggr} \in G_1$, and an aggregated public keys is indistinguishible from a non-aggregated public key.
|
||||
where $pk_{aggr} \in G_1$, and an aggregated public keys is indistinguishable from a non-aggregated public key.
|
||||
|
||||
|
||||
\paragraph{Verification of aggregated signatures}
|
||||
|
||||
Reference in New Issue
Block a user