Skip to content

Commit

Permalink
applying suggestion by zhenfei zhang
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio Sanso authored and Antonio Sanso committed Jun 11, 2021
1 parent 249b75e commit 924739d
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 @@ -785,7 +785,7 @@ Procedure:
9. next = pubkey_to_point(QK_i_j)
10. aggregate = aggregate + next
11. RK_i = point_to_pubkey(aggregate)
12. If len(QK_set_1) > 1:
12. If len(QK_set_i) > 1:
13. If KeyValidate(RK_i) is INVALID, return INVALID
14. xP = pubkey_to_point(RK_i)
15. Q = hash_to_point(m_i)
Expand Down

0 comments on commit 924739d

Please sign in to comment.