summaryrefslogtreecommitdiff
path: root/src/lib/crc/crc16.c
Commit message (Collapse)AuthorAgeFilesLines
* lib: Fix and clean up crc implementationDimitri Staessens10 days1-4/+1
| | | | | | | | | Fixes detection of PMULL on aarch64 without crypto extensions. Adds a crc64_nvme_step helper function in CRC64 to avoid code duplication and cleans up the comments. Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks> Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
* lib: Move CRC implementations to a subfolderDimitri Staessens10 days1-0/+64
Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks> Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>