Does this library provide blsFastAggregateVerify like blst and herumi library for verifying the same message?
First, I would say thank you for making this library.
blst https://github.com/supranational/blst/blob/a7a34ef3b60d27c550b5d52f9c05f13305c76392/bindings/go/blst.go#L537-L557
herumi: https://github.com/herumi/bls-eth-go-binary/blob/c667dd9d9a1f21766a826f58b54b8bb70d3b69f5/bls/include/bls/bls.h#L156-L158
@kealan
First, I would say thank you for making this library.
blst https://github.com/supranational/blst/blob/a7a34ef3b60d27c550b5d52f9c05f13305c76392/bindings/go/blst.go#L537-L557
herumi: https://github.com/herumi/bls-eth-go-binary/blob/c667dd9d9a1f21766a826f58b54b8bb70d3b69f5/bls/include/bls/bls.h#L156-L158
Sorry for the slow reply, I haven't looked at this repository for some time. Yes it does for BLS12-381 it can be seen here. https://github.com/apache/incubator-milagro-crypto-rust/blob/develop/src/bls381/proof_of_possession.rs#L153