hotstuff icon indicating copy to clipboard operation
hotstuff copied to clipboard

bug: bls12: failed to verify (aggregated) message

Open meling opened this issue 4 months ago • 1 comments

I have not investigated this, but it only occurred for two out of 2880 benchmark runs. It occurred for both old and new runs, and the issue is not consistent across a specific set of parameters. This is all the information I have, as it occurred during benchmark runs without any other logging:

(old version)

--- FAIL: BenchmarkVerifyAggregateQC/Crypto=bls12/Cache=0/Participants=800/QCsPerParticipant=4-12
    cert_test.go:460: VerifyAggregateQC failed: bls12: failed to verify message
--- FAIL: BenchmarkVerifyAggregateQC/Crypto=bls12/Cache=10/Participants=800/QCsPerParticipant=1-12
    cert_test.go:460: VerifyAggregateQC failed: bls12: failed to verify aggregated message

(new version)

--- FAIL: BenchmarkVerifyAggregateQC/Crypto=bls12/Cache=10/Participants=400/QCsPerParticipant=4-12
    cert_test.go:460: VerifyAggregateQC failed: bls12: failed to verify aggregated message
--- FAIL: BenchmarkVerifyAggregateQC/Crypto=bls12/Cache=10/Participants=800/QCsPerParticipant=40-12
    cert_test.go:460: VerifyAggregateQC failed: bls12: failed to verify message

meling avatar Oct 26 '25 19:10 meling