Skip to content

Commit

Permalink
Update service indicator in SHA3_Final
Browse files Browse the repository at this point in the history
  • Loading branch information
manastasova committed Dec 31, 2024
1 parent 4b0b92e commit eb992ea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crypto/fipsmodule/sha/sha3.c
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,8 @@ int SHA3_Final(uint8_t *md, KECCAK1600_CTX *ctx) {
}

Keccak1600_Squeeze(ctx->A, md, ctx->md_size, ctx->block_size, ctx->padded);

FIPS_service_indicator_update_state();
return 1;
}

Expand Down

0 comments on commit eb992ea

Please sign in to comment.