Skip to content

Commit

Permalink
Merge pull request #1716 from mfahimasim/master
Browse files Browse the repository at this point in the history
  • Loading branch information
turbolent committed Jun 12, 2022
2 parents e0dd389 + 436021d commit 56d6da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/language/crypto.mdx
Expand Up @@ -282,7 +282,7 @@ Aggregates multiple BLS public keys into one.

The order of the public keys in the slice does not matter since the aggregation is commutative.
The input keys are guaranteed to be in the correct subgroup since subgroup membership is checked
at the key creatiom time.
at the key creation time.
If the array is empty or any of the input keys is not a BLS key, the program aborts

The output public key can be used to verify aggregated signatures to authenticate multiple
Expand Down

0 comments on commit 56d6da0

Please sign in to comment.