Fix sha256 padding block initializer to be static.
Jakub points out that having an automatic array is not only bad for performance (and stack usage), gcc has also historically had lots of bugs here, and gcc-3.2.3 seems to miscompile it otherwise.
Showing
Please register or sign in to comment