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
A compatible BDN (Boneh-Drijvers-Neven) signature aggregation scheme, for preventing rogue public-key attacks, is missing in blssig package.
The blocking issue is that go-f3/blssig is using go.dedis.ch/kyber/v4 which is using golang.org/x/crypto for employing Blake2 XOF, which doesn't seem to have any available implementation in Rust.