Registry / utility / aws-checksums

aws-checksums

JSON →
library0.2.10vcpkgunverified

Cross-Platform HW accelerated CRC32c and CRC32 with fallback to efficient SW implementations.

vcpkg install aws-checksums
INSTALL
IMPORT
SIG · AWS-CHECKSUMS
A
aws-checksums
utilitycppv0.2.10
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.

aws/checksums/crc.h
✓ #include <aws/checksums/crc.h>

Compute CRC32 checksum

#include <aws/checksums/crc.h> #include <cstdint> int main() { const char data[] = "hello"; uint32_t crc = aws_checksums_crc32((const uint8_t*)data, 5, 0); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.10latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
2
Resources

No resource links recorded.

aws-checksums — pip install aws-checksums · libregistry