[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Adding slice-by-4 and slice-by-8 to CRC32
From: |
Pádraig Brady |
Subject: |
Re: Adding slice-by-4 and slice-by-8 to CRC32 |
Date: |
Mon, 14 Oct 2024 18:05:32 +0100 |
User-agent: |
Mozilla Thunderbird Beta |
On 14/10/2024 15:53, Sam Russell wrote:
> For reference, coreutils' cksum uses slice by 8 unconditionally since:
> https://github.com/coreutils/coreutils/commit/a7533917e
<https://github.com/coreutils/coreutils/commit/a7533917e>
perfect, we could just copy this across then? is there a reason gnulib wouldn't
just include coreutils as a dependency?
It might be best to copy/adjust the coreutils code across to gnulib,
then coreutils could be adjusted to use the gnulib routines.
The crc code is under the same licence in gnulib and coreutils, so there should
be no issue.
cheers,
Pádraig
Re: Adding slice-by-4 and slice-by-8 to CRC32, Jim Meyering, 2024/10/14
Re: Adding slice-by-4 and slice-by-8 to CRC32, Simon Josefsson, 2024/10/14
Adding slice-by-4 and slice-by-8 to CRC32, Sam Russell, 2024/10/14
- Re: Adding slice-by-4 and slice-by-8 to CRC32, Pádraig Brady, 2024/10/14
- Re: Adding slice-by-4 and slice-by-8 to CRC32, Sam Russell, 2024/10/14
- Re: Adding slice-by-4 and slice-by-8 to CRC32,
Pádraig Brady <=
- Re: Adding slice-by-4 and slice-by-8 to CRC32, Sam Russell, 2024/10/14
- Re: Adding slice-by-4 and slice-by-8 to CRC32, Simon Josefsson, 2024/10/15
- Re: Adding slice-by-4 and slice-by-8 to CRC32, Sam Russell, 2024/10/15
- Re: Adding slice-by-4 and slice-by-8 to CRC32, Simon Josefsson, 2024/10/15
- Re: Adding slice-by-4 and slice-by-8 to CRC32, Sam Russell, 2024/10/15
- Re: Adding slice-by-4 and slice-by-8 to CRC32, Bruno Haible, 2024/10/21
Re: Adding slice-by-4 and slice-by-8 to CRC32, Pádraig Brady, 2024/10/15
Re: Adding slice-by-4 and slice-by-8 to CRC32, Sam Russell, 2024/10/15
Re: Adding slice-by-4 and slice-by-8 to CRC32, Pádraig Brady, 2024/10/15
Re: Adding slice-by-4 and slice-by-8 to CRC32, Sam Russell, 2024/10/15