You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* optimize add
* save changes. Add, sub and mul checked
* fix tests
* add new inv
* add mult by powers of two
* replace inverse
* test new inv
* modify old algorithm for inv
* fix tests extension
* add mul for degree 4 extension
* add fp4 isField and isSubField operations and benchmarks
* new version for fp4 mul based on the paper
* add mul of a fp2e by non-residue
* change inv using mul_fp2_by_non_resiude
* save work
* wip fp2 test
* add fp2 tests
* add 2 * a^2 - 1 function
* use karatsuba in fp4 mul version 1
* clean up
* fix Fp as subfield of Fp2. Tests Fp plus Fp4 is now correct
* fix inv
* fix comments
* fix comments
* fixes
* fix clippy
* fix cargo check no-std
* fix clippy
* change zero function of isField to rust default
* fix two_square_minus_one function and optimize inv function
* fix clippy
---------
Co-authored-by: Nicole <nicole@Nicoles-MacBook-Air.local>
Co-authored-by: Joaquin Carletti <joaquin.carletti@lambdaclass.com>
Co-authored-by: diegokingston <dkingston@fi.uba.ar>
Co-authored-by: Diego K <43053772+diegokingston@users.noreply.github.com>
Co-authored-by: Joaquin Carletti <56092489+ColoCarletti@users.noreply.github.com>
0 commit comments