Skip to content

Commit

Permalink
strawman patch for cfrg#38
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Sanso committed Jun 3, 2021
1 parent fa5ed69 commit 2e80fd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion draft-irtf-cfrg-bls-signature.md
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ Procedure:
7. for i in 1, ..., l:
8. aggregate = pubkey_to_point(QK_i_1)
for j in 2,...,len(QK_i):
9. next = pubkey_to_point(PK_j_k)
9. next = pubkey_to_point(PK_i_j)
10. aggregate = aggregate + next
11. RK_i = point_to_pubkey(aggregate)
12. If KeyValidate(RK_i) is INVALID, return INVALID
Expand Down

0 comments on commit 2e80fd3

Please sign in to comment.