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

Add fast ec add assign hints #288

Closed entropidelic closed 1 year ago

entropidelic commented 1 year ago

Closes #236

codecov-commenter commented 1 year ago

Codecov Report

Merging #288 (94aae92) into main (a72704d) will increase coverage by 0.09%. The diff coverage is 63.00%.

@@            Coverage Diff             @@
##             main     #288      +/-   ##
==========================================
+ Coverage   57.60%   57.69%   +0.09%     
==========================================
  Files          45       45              
  Lines        5611     5711     +100     
==========================================
+ Hits         3232     3295      +63     
- Misses       2078     2107      +29     
- Partials      301      309       +8     
Files Changed Coverage Δ
pkg/hints/hint_utils/bigint_utils.go 0.00% <0.00%> (ø)
pkg/hints/hint_utils/secp_utils.go 0.00% <0.00%> (ø)
pkg/hints/ec_hint.go 65.90% <69.62%> (+3.02%) :arrow_up:
pkg/hints/hint_processor.go 98.51% <100.00%> (+0.09%) :arrow_up:

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