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 hash #310

Closed fmoletta closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #310 (4e89d38) into main (78c0a08) will increase coverage by 0.73%. Report is 1 commits behind head on main. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #310      +/-   ##
==========================================
+ Coverage   56.19%   56.92%   +0.73%     
==========================================
  Files          48       49       +1     
  Lines        6316     6442     +126     
==========================================
+ Hits         3549     3667     +118     
- Misses       2407     2415       +8     
  Partials      360      360              
Files Coverage Δ
pkg/hints/hint_utils/blake2s_hash.go 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

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