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 29, 2024
1 parent 87cb84d commit e24068f
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 = []''
* Return ''IncAggregate(aggsig, pm_aggd, pms<sub>0..u-1</sub>)''; fail if that fails.
==== IncAggregate ====

Expand Down

0 comments on commit e24068f

Please sign in to comment.