You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current naming of the CommitCertificate's aggregated_signature field is misleading as it's implemented as a Vec rather than true signature aggregation. Need to consider support for batch verification and actual signature aggregation.
Summary
Current naming of the
CommitCertificate
'saggregated_signature
field is misleading as it's implemented as aVec
rather than true signature aggregation. Need to consider support for batch verification and actual signature aggregation.malachite/code/crates/core-types/src/certificate.rs
Line 49 in 614a46c
Action items
signatures
for now?AggregatedSignature
type generic throughContext
traitThe text was updated successfully, but these errors were encountered: