drand/kyber-bls12381

upgrade github.com/kilic/bls12-381 version ?

Closed this issue · 4 comments

cur github.com/kilic/bls12-381 v0.0.0-20200820230200-6b2c19996391

Can it support github.com/kilic/bls12-381 v0.1.0 ?

print /data/user/mods/pkg/mod/github.com/drand/kyber-bls12381@v0.2.1/kyber_g1.go:92:50: cannot use &s.(*mod.Int).V (type *big.Int) as type *bls12381.Fr in argument to bls12381.NewG1().MulScalar /data/user/mods/pkg/mod/github.com/drand/kyber-bls12381@v0.2.1/kyber_g2.go:97:50: cannot use &s.(*mod.Int).V (type *big.Int) as type *bls12381.Fr in argument to bls12381.NewG2().MulScalar when i exec go build

I found that it was a problem with the github.com/kilic/bls12-381 version!

Sorry it's been a long time - Is it still an issue ?

Yup, it's actually also
impacting drand if we want to upgrade our dependencies!

This was done in #15