Skip to content

Commit

Permalink
fix space
Browse files Browse the repository at this point in the history
  • Loading branch information
cothan committed Jul 15, 2024
1 parent 1329895 commit d48a79a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fips202/fips202x4.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ uint64_t *keccakx_get_lane_state(keccakx4_state *state, size_t index)
return NULL;
}

return state->ctx + index *KECCAK_CTX;
return state->ctx + index * KECCAK_CTX;
}

int shake128x4_absorb(keccakx4_state *state,
Expand Down

0 comments on commit d48a79a

Please sign in to comment.