Rename `aggregate_na_pubkeys` to `aggregate_na_signatures` and add comments
This commit is contained in:
parent
6a7a47dd5f
commit
302607eac5
|
@ -149,7 +149,9 @@ def case03_aggregate():
|
||||||
else:
|
else:
|
||||||
raise Exception("Should have been INVALID")
|
raise Exception("Should have been INVALID")
|
||||||
|
|
||||||
yield f'aggregate_na_pubkeys', {
|
# No signatures to aggregate. Follow IETF BLS spec, return `None` to represent INVALID.
|
||||||
|
# https://tools.ietf.org/html/draft-irtf-cfrg-bls-signature-02#section-2.8
|
||||||
|
yield f'aggregate_na_signatures', {
|
||||||
'input': [],
|
'input': [],
|
||||||
'output': None,
|
'output': None,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue