Skip to content

Commit

Permalink
no break
Browse files Browse the repository at this point in the history
  • Loading branch information
lenerd committed Feb 6, 2025
1 parent bc048b2 commit cc928aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion faest_aes.c
Original file line number Diff line number Diff line change
Expand Up @@ -3389,7 +3389,6 @@ static void aes_128_constraints_verifier(bf128_t* z_key, const bf128_t* w_key, c
// :22
for (unsigned int i = 0; i < num_enc_constraints; i++) {
z_key[1+num_ks_constraints + b*num_enc_constraints + i] = z_tilde_enc_key[i];
break; // XXX
}
}
faest_aligned_free(rkeys_key);
Expand Down

0 comments on commit cc928aa

Please sign in to comment.