filecoin-project / bls-signatures

BLS Signatures in Rust
Other
74 stars 44 forks source link

fix: enforce distinct messages in aggregate signature verification #29

Closed DrPeterVanNostrand closed 4 years ago

DrPeterVanNostrand commented 4 years ago

We must ensure that every message in an aggregate signature is distinct to defend against BLS's rogue-key attack.

DrPeterVanNostrand commented 4 years ago

Dig is writing a PR that adds this, so I'm closing this PR