Skip to content

Commit

Permalink
BIP Halfagg: Match IncAggregate signature in Aggregate
Browse files Browse the repository at this point in the history
  • Loading branch information
fjahr committed Jan 31, 2024
1 parent 544f123 commit c3236ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion half-aggregation.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ Input:
'''''Aggregate(pms<sub>0..u-1</sub>)''''':
* Let ''aggsig = bytes(0)''
* Return ''IncAggregate(aggsig, pms<sub>0..u-1</sub>)''; fail if that fails.
* Let ''pm_aggd'' be an empty array
* Return ''IncAggregate(aggsig, pm_aggd, pms<sub>0..u-1</sub>)''; fail if that fails.
==== IncAggregate ====

Expand Down

0 comments on commit c3236ba

Please sign in to comment.