lambdaworks icon indicating copy to clipboard operation
lambdaworks copied to clipboard

Add big uint conversion

Open jotabulacios opened this issue 7 months ago • 1 comments

Add BigUint conversion

Description

This PR adds try_from operator to create a field element from a BigUint

Type of change

Please delete options that are not relevant.

  • [ ] New feature
  • [ ] Bug fix
  • [ ] Optimization

Checklist

  • [ ] Linked to Github Issue
  • [ ] Unit tests added
  • [ ] This change requires new documentation.
    • [ ] Documentation has been added/updated.
  • [ ] This change is an Optimization
    • [ ] Benchmarks added/run

jotabulacios avatar Apr 28 '25 17:04 jotabulacios

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 72.17%. Comparing base (5f8f2cf) to head (4aa1445).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1002      +/-   ##
==========================================
+ Coverage   72.06%   72.17%   +0.10%     
==========================================
  Files         160      160              
  Lines       35145    35268     +123     
==========================================
+ Hits        25327    25453     +126     
+ Misses       9818     9815       -3     

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

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

codecov-commenter avatar Apr 28 '25 18:04 codecov-commenter