lambdaclass / cairo-vm_in_go

cairo-vm_in_go is a Go implementation of the Cairo VM. Cairo (CPU Algebraic Intermediate Representation) is a programming language for writing provable programs, where one party can prove to another that a certain computation was executed correctly without the need for this party to re-execute the same program.
Apache License 2.0
57 stars 13 forks source link

Assorted hints2 #305

Open mmsc2 opened 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #305 (3e1cb06) into main (8c01a73) will decrease coverage by 0.01%. The diff coverage is 56.28%.

@@            Coverage Diff             @@
##             main     #305      +/-   ##
==========================================
- Coverage   56.11%   56.10%   -0.01%     
==========================================
  Files          48       48              
  Lines        6239     6402     +163     
==========================================
+ Hits         3501     3592      +91     
- Misses       2390     2444      +54     
- Partials      348      366      +18     
Files Coverage Δ
pkg/hints/hint_processor.go 89.18% <100.00%> (+0.48%) :arrow_up:
pkg/hints/hint_utils/bigint_utils.go 0.00% <0.00%> (ø)
pkg/hints/hint_utils/secp_utils.go 0.00% <0.00%> (ø)
pkg/hints/math_hints.go 53.49% <35.00%> (-1.84%) :arrow_down:
pkg/hints/bigint_hint.go 58.57% <62.60%> (+12.14%) :arrow_up:

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more