kilic / bls12-381

High-speed BLS12-381 implementation in Go
Apache License 2.0
124 stars 47 forks source link

Multiexponentiation for g1 & g2 #8

Closed saitima closed 4 years ago

saitima commented 4 years ago

Implement multi-exp publi methods for g1 & g2. Add tests for them. Add GT subgroup test.

kilic commented 4 years ago

Thank you!