BlockstreamResearch / cross-input-aggregation

Thoughts on cross-input (signature) aggregation for Bitcoin
59 stars 12 forks source link

BIP halfagg TODOs #11

Open jonasnick opened 1 year ago

jonasnick commented 1 year ago
real-or-random commented 9 months ago
jonasnick commented 9 months ago

Should we allow the "empty" aggsig (n=0)?

verify_aggregate currently returns true for an "empty" aggsig (s = 0). I think that makes sense.

fjahr commented 3 months ago

Can you elaborate on "Reconsider maximum number of signatures"? I assume this refers to this part in the BIP:

The maximum number of signatures that can be aggregated is 2<sub>16</sub> - 1. Having a maximum value is supposed to prevent integer overflows. This specific value was a conservative choice and may be raised in the future (TODO)

So would the goal of this would be to evaluate if it's feasible to raise this number now?