Skip to content

Commit

Permalink
Merge pull request #618 from HyunggyuJang/patch-4
Browse files Browse the repository at this point in the history
Fix algorithm Aggregate-Key: $N_i$ to $N$
  • Loading branch information
lamafab authored Feb 22, 2023
2 parents f183578 + 453b466 commit d6f8c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01_host/02_state/03_state-storage-trie.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ k_(N_c) = k_N || i || "pk"_(N_c)
\endfor
\state $pk^{Agr}_N \leftarrow pk^{Agr}_N || pk_{N_i}$
\state $pk^{Agr}_N \leftarrow pk^{Agr}_N || pk_{N}$
\return $pk^{Agr}_N$
++++
Expand Down

0 comments on commit d6f8c9f

Please sign in to comment.