Skip to content

Commit

Permalink
changed sha256 syscall selector
Browse files Browse the repository at this point in the history
  • Loading branch information
TomerStarkware committed Apr 10, 2024
1 parent 997a731 commit b92aa90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ pub fn build(
}
StarkNetConcreteLibfunc::Keccak(_) => build_syscalls(builder, "Keccak", [2], [2]),
StarkNetConcreteLibfunc::SHA256ProcessBlock(_) => {
build_syscalls(builder, "SHA256ProcessBlock", [1, 2], [1])
build_syscalls(builder, "Sha256ProcessBlock", [1, 2], [1])
}
StarkNetConcreteLibfunc::SHA256StateHandleInit(_) => build_identity(builder),
StarkNetConcreteLibfunc::SHA256StateHandleDigest(_) => build_identity(builder),
Expand Down

0 comments on commit b92aa90

Please sign in to comment.