w3f / polkadot-spec

The Polkadot Protocol Specification
https://spec.polkadot.network
Creative Commons Attribution Share Alike 4.0 International
179 stars 70 forks source link

Fix algorithm Aggregate-Key: $N_i$ to $N$ #618

Closed HyunggyuJang closed 1 year ago

HyunggyuJang commented 1 year ago

$pk_{N_i}$ should be $pk_N$, i.e., $$pk^{Agr}_N \leftarrow pk^{Agr}_N || pk_N$$ is the correct formula.

lamafab commented 1 year ago

Thank you!