Implement BDN aggregation scheme
Open
- Dominant language
- Rust
- Stars
- 0
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
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](https://www.blake2.net/blake2x.pdf), which doesn't seem to have any available implementation in Rust.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.