Chia-Network / bls-signatures

BLS signatures in C++, using the blst library for BLS12-381
Apache License 2.0
297 stars 212 forks source link

Use _add_or_double instead of just _add and pin BLST to specific revision #391

Closed emlowe closed 1 year ago

emlowe commented 1 year ago

Make sure to use_add_or_double rather than just _add. This properly supports creating an aggregated signature with the same sig.

Added test case that tests this functionality

Also, pin BLST to revision a8cd361c9f671577aeab3f074098443af92a53fc as very recent changes in origin/master cause some compilation issues.

emlowe commented 1 year ago

close and reopen for CI strangeness