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
{{ message }}
This repository was archived by the owner on Dec 13, 2022. It is now read-only.
Sam had the idea to write the SHA-256 spec such that intermediate N values are allowed to be greater than 2^32, and operations like >> and concatenation will just ignore high bits. This might make proofs easier; we should try it out and see how it goes!
See discussion in #891
Sam had the idea to write the SHA-256 spec such that intermediate
Nvalues are allowed to be greater than2^32, and operations like>>and concatenation will just ignore high bits. This might make proofs easier; we should try it out and see how it goes!