Skip to content

Commit

Permalink
add new line at the end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
manastasova committed Jan 8, 2025
1 parent 97b02c6 commit 95c7e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/fipsmodule/sha/sha3.c
Original file line number Diff line number Diff line change
Expand Up @@ -239,4 +239,4 @@ int SHAKE_Init(KECCAK1600_CTX *ctx, size_t block_size) {
int SHAKE_Final(uint8_t *md, KECCAK1600_CTX *ctx, size_t len) {
ctx->md_size = len;
return SHA3_Final(md, ctx);
}
}

0 comments on commit 95c7e26

Please sign in to comment.