fentec-project / gofe

Functional encryption library in Go
Apache License 2.0
170 stars 51 forks source link

BN256 switch #13

Closed miha-stopar closed 5 years ago

miha-stopar commented 5 years ago

Switched from Cloudflare BN256 implementation to our own implementation which supports hashing into G1 and G2.

tilenmarc commented 5 years ago

Thanks for the changes, all looks good.