Registry / utility / andytech-tiny-crc32c

andytech-tiny-crc32c

JSON →
library1.0.1vcpkgunverified

Tiny C++23 header-only CRC32C library (Castagnoli polynomial).

vcpkg install andytech-tiny-crc32c
INSTALL
IMPORT
SIG · ANDYTECH-TINY-CRC3
A
andytech-tiny-crc32c
utilitycppv1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

tiny_crc32c.hpp
#include <tiny_crc32c.hpp>

Compute CRC32C checksum of a string.

#include <tiny_crc32c.hpp> #include <iostream> int main() { uint32_t crc = tiny_crc32c::crc32c("Hello", 5); std::cout << std::hex << crc << std::endl; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
21 hits · last 30 days
node
18
Meta
1
OpenAI (training)
1
Resources

No resource links recorded.

andytech-tiny-crc32c — pip install andytech-tiny-crc32c · libregistry