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

Implement Blake2s hints (Part 4) #315

Closed fmoletta closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Attention: 24 lines in your changes are missing coverage. Please review.

Comparison is base (17a2ee1) 57.51% compared to head (4d675a2) 57.50%.

Files Patch % Lines
pkg/hints/blake2s_hints.go 57.14% 16 Missing and 5 partials :warning:
pkg/hints/sha256_hints.go 66.66% 2 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #315 +/- ## ========================================== - Coverage 57.51% 57.50% -0.02% ========================================== Files 55 56 +1 Lines 7179 7243 +64 ========================================== + Hits 4129 4165 +36 - Misses 2633 2654 +21 - Partials 417 424 +7 ```

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