|
From: | Sam Russell |
Subject: | Re: [PATCH] crc: New optimised slice-by-8 implementation |
Date: | Thu, 31 Oct 2024 19:35:13 +0100 |
On 31/10/2024 16:46, Sam Russell wrote:
> I can extend coreutils cksum if you like, what are your thoughts on adding some parameters to the commandline? Even if it's just an extra flag for --rfc1952 or --gzip to change all the parameters just between these two variants?
Well cksum already has the -a option to select between algorithms.
`cksum -a crc` currrently select cksums POSIX crc
(which also munges in the data length to the crc calculation).
`cksum -a crc32` could be added I suppose to select the current implementation in gnulib
(and not munge in the length). I can add that easily,
and it probably makes sense to make this more common crc available
(FreeBSD's cksum does for example).
I'd be reluctant to complicate the gnulib implementations with variants unless needed.
I'd be especially reluctant to add the existing cksum crc variant to gnulib,
since I don't see anything but cksum itself using that.
cheers,
Pádraig
[Prev in Thread] | Current Thread | [Next in Thread] |