lambdaclass / lambdaworks

lambdaworks offers implementations for both SNARKs and STARKs provers, along with the flexibility to leverage their individual components for constructing customized SNARKs.
https://lambdaclass.github.io/lambdaworks/
Apache License 2.0
625 stars 140 forks source link

Baby bear extension #942

Open nicole-graus opened 6 days ago

nicole-graus commented 6 days ago

Quartic Baby Bear Extension

Description

Add the field extension of Baby Bear of degree 4 using the irreducible polynomial x^4 + 11.

Type of change

Please delete options that are not relevant.

codecov-commenter commented 6 days ago

Codecov Report

Attention: Patch coverage is 76.53959% with 80 lines in your changes missing coverage. Please review.

Project coverage is 71.04%. Comparing base (fc33967) to head (e327e5e).

Files with missing lines Patch % Lines
.../src/field/fields/fft_friendly/quartic_babybear.rs 76.53% 80 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #942 +/- ## ========================================== + Coverage 70.99% 71.04% +0.05% ========================================== Files 153 154 +1 Lines 32770 33111 +341 ========================================== + Hits 23264 23524 +260 - Misses 9506 9587 +81 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.