zkcrypto / bls12_381

Implementation of the BLS12-381 pairing-friendly elliptic curve group
Other
304 stars 178 forks source link

Bump version and republish on crates.io #30

Closed narodnik closed 4 years ago

narodnik commented 4 years ago

I cannot find clear_cofactor() method which was recently added when using crates.io... getting compiler messages.

narodnik commented 4 years ago

Guys, please close the pull request and bump the version. Otherwise I'll have to make a fork of your package on crates.io

str4d commented 4 years ago

The PR has been blocked on review, and I've been off work until this week. I'll aim to get to it this week.

ebfull commented 4 years ago

@narodnik 0.1.1 has been pushed to crates.io.

ebfull commented 4 years ago

BTW if you want to actually use the endomorphism for clearing the cofactor you need to enable the endo crate feature. Otherwise it will merely pretend to use the endomorphism internally, to avoid potential patent issues.