diff options
| author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2026-04-26 07:38:43 +0200 |
|---|---|---|
| committer | Sander Vrijders <sander@ouroboros.rocks> | 2026-05-06 09:04:48 +0200 |
| commit | 964c26eb326dc26c032a3ccba10cb6d376bb3cf4 (patch) | |
| tree | 1bf4a80f81f5d69afc17a4950248771d60aeb030 /src/lib/tests/CMakeLists.txt | |
| parent | 20d4a472800cbc9338f0c6c9c3dfce8eb13663c7 (diff) | |
| download | ouroboros-964c26eb326dc26c032a3ccba10cb6d376bb3cf4.tar.gz ouroboros-964c26eb326dc26c032a3ccba10cb6d376bb3cf4.zip | |
lib: Add CRC-8 and CRC-16 checksums
These checksum will be handy for header checksums.
Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
Diffstat (limited to 'src/lib/tests/CMakeLists.txt')
| -rw-r--r-- | src/lib/tests/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/tests/CMakeLists.txt b/src/lib/tests/CMakeLists.txt index 417ec4b0..afe64884 100644 --- a/src/lib/tests/CMakeLists.txt +++ b/src/lib/tests/CMakeLists.txt @@ -10,6 +10,8 @@ create_test_sourcelist(${PARENT_DIR}_tests test_suite.c auth_test_slh_dsa.c bitmap_test.c btree_test.c + crc8_test.c + crc16_test.c crc32_test.c crc64_test.c crypt_test.c |
