Skip to content

Commit

Permalink
Fixup iroh_blake3_compress_xof_sse41
Browse files Browse the repository at this point in the history
  • Loading branch information
flub committed Nov 14, 2023
1 parent 2bc926f commit d676542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/blake3_sse41.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ void iroh_blake3_compress_in_place_sse41(uint32_t cv[8],
storeu(xorv(rows[1], rows[3]), (uint8_t *)&cv[4]);
}

void blake3_compress_xof_sse41(const uint32_t cv[8],
void iroh_blake3_compress_xof_sse41(const uint32_t cv[8],
const uint8_t block[BLAKE3_BLOCK_LEN],
uint8_t block_len, uint64_t counter,
uint8_t flags, uint8_t out[64]) {
Expand Down

0 comments on commit d676542

Please sign in to comment.