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 3) #314

Closed fmoletta closed 1 year ago

fmoletta commented 1 year ago

Depends on #312 ✅ Depends on a fix to cairo-vm ✅ cairo-vm version updated ✅

codecov-commenter commented 1 year ago

Codecov Report

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

Comparison is base (e01d7a5) 57.48% compared to head (3b603d7) 57.51%.

Files Patch % Lines
pkg/hints/blake2s_hints.go 62.50% 8 Missing and 4 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #314 +/- ## ========================================== + Coverage 57.48% 57.51% +0.03% ========================================== Files 55 55 Lines 7145 7179 +34 ========================================== + Hits 4107 4129 +22 - Misses 2625 2633 +8 - Partials 413 417 +4 ```

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