You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Even more simply, I think we should work to create proofs for the operations used in SHA2. We can start with the 256 bit version as it's going to force us to figure out how to set up constraints and use the tower fields (as needed).
This issue serves as a discussion spot for implementation details and challenges of implementing SHA-256 in Binius.
The following are tasks necessary (but not necessarily sufficient) to be able to complete SHA-256.
rotate_right()
function #3sigma_0()
function #4sigma_1()
function #5small_sigma_0()
function #6small_sigma_1()
function #7ch()
function #8maj()
function #9The text was updated successfully, but these errors were encountered: