Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/hash/sha256_u4.rs
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ pub fn sha256(num_bytes: u32) -> Script {

if c > 0 {
//change and with xor
//TODO: if lookup table is pushed first and substracted
//TODO: if lookup table is pushed first and subtracted
// then we could avoid changing it ~(32 * chunk)
{ u4_drop_half_lookup() }
{ u4_drop_half_and() }
Expand Down