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.