Skip to content

Commit d61686c

Browse files
author
Eric Biggers
committed
crypto: crc32c - Remove another outdated comment
This code just calls crc32c(), which has a number of different implementations, not just the byte-at-a-time table-based one. Acked-by: Ard Biesheuvel <ardb@kernel.org> Link: https://lore.kernel.org/r/20260316205659.17936-1-ebiggers@kernel.org Signed-off-by: Eric Biggers <ebiggers@kernel.org>
1 parent 4191952 commit d61686c

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

crypto/crc32c.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ struct chksum_desc_ctx {
3737
u32 crc;
3838
};
3939

40-
/*
41-
* Steps through buffer one byte at a time, calculates reflected
42-
* crc using table.
43-
*/
44-
4540
static int chksum_init(struct shash_desc *desc)
4641
{
4742
struct chksum_ctx *mctx = crypto_shash_ctx(desc->tfm);

0 commit comments

Comments
 (0)