arkworks-rs / curves

Implementations of popular elliptic curves
https://www.arkworks.rs
Apache License 2.0
303 stars 103 forks source link

Add curve BW6-767 #154

Closed mmagician closed 1 year ago

mmagician commented 1 year ago

Description

The outer curve whose scalar field is the base field of BLS12-381.


Before we can merge this PR, please make sure that all the following items have been checked off. If any of the checklist items are not applicable, please leave them but write a little note why.

mmagician commented 1 year ago

@yelhousni

mmagician commented 1 year ago

Still need to fix the tests, I think the Pairing config is off

mmagician commented 1 year ago

It seems that the optimized final exponentiation in BW6 model is specific to the BW6-761 curve. For now I've updated the pairing parameters to match the new Miller loop algorithm.

mmagician commented 1 year ago

Superseded by https://github.com/arkworks-rs/curves/pull/156