mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-01-20 23:49:54 +00:00
Fix bls test case file name
This commit is contained in:
parent
af8c5bf532
commit
6c7922df67
@ -455,7 +455,7 @@ def case07_eth_fast_aggregate_verify():
|
|||||||
tampered_signature = aggregate_signature[:-4] + b'\xff\xff\xff\xff'
|
tampered_signature = aggregate_signature[:-4] + b'\xff\xff\xff\xff'
|
||||||
identifier = f'{pubkeys_serial}_{encode_hex(message)}'
|
identifier = f'{pubkeys_serial}_{encode_hex(message)}'
|
||||||
assert not spec.eth_fast_aggregate_verify(pubkeys, message, tampered_signature)
|
assert not spec.eth_fast_aggregate_verify(pubkeys, message, tampered_signature)
|
||||||
yield 'eth_fast_aggregate_verify_tampered_signature_{(hash(bytes(identifier, "utf-8"))[:8]).hex()}', {
|
yield f'eth_fast_aggregate_verify_tampered_signature_{(hash(bytes(identifier, "utf-8"))[:8]).hex()}', {
|
||||||
'input': {
|
'input': {
|
||||||
'pubkeys': pubkeys_serial,
|
'pubkeys': pubkeys_serial,
|
||||||
'message': encode_hex(message),
|
'message': encode_hex(message),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user