aboutsummaryrefslogtreecommitdiffstats
path: root/src/libkeccak/digest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libkeccak/digest.c')
-rw-r--r--src/libkeccak/digest.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libkeccak/digest.c b/src/libkeccak/digest.c
index b136eb0..cc2bd1b 100644
--- a/src/libkeccak/digest.c
+++ b/src/libkeccak/digest.c
@@ -100,7 +100,6 @@ static const uint_fast64_t RC[] =
static __attribute__((nonnull, nothrow, hot))
void libkeccak_f_round(register libkeccak_state_t* restrict state, register int_fast64_t rc)
{
- /* XXX should any loop be rerolled? */
int_fast64_t* restrict A = state->S;
int_fast64_t B[25];
int_fast64_t C[5];
@@ -148,7 +147,6 @@ void libkeccak_f_round(register libkeccak_state_t* restrict state, register int_
static __attribute__((nonnull, nothrow, hot))
void libkeccak_f_round64(register libkeccak_state_t* restrict state, register int_fast64_t rc)
{
- /* XXX should any loop be rerolled? */
int_fast64_t* restrict A = state->S;
int_fast64_t B[25];
int_fast64_t C[5];