Registry / utility / boost-crc

boost-crc

JSON →
library1.90.0vcpkgunverified

Boost.CRC provides functions for computing Cyclic Redundancy Check (CRC) values.

vcpkg install boost-crc
INSTALL
IMPORT
SIG · BOOST-CRC
B
boost-crc
utilitycppv1.90.0
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.

boost/crc.hpp
#include <boost/crc.hpp>

Computes CRC-32 of a string

#include <boost/crc.hpp> #include <iostream> int main() { boost::crc_32_type crc; crc.process_bytes("Hello", 5); std::cout << std::hex << crc.checksum() << '\n'; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.90.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

boost-crc — pip install boost-crc · libregistry