Registry / crypto / boost-hash2

boost-hash2

JSON →
library1.90.0vcpkgunverified

Boost hash2 module.

vcpkg install boost-hash2
INSTALL
IMPORT
SIG · BOOST-HASH2
B
boost-hash2
cryptocppv1.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/hash2.hpp
#include <boost/hash2.hpp>

Compute SHA-256 hash of a string.

#include <boost/hash2.hpp> #include <iostream> int main() { boost::hash2::sha256 hash; hash.update("hello", 5); auto result = hash.result(); std::cout << boost::hash2::to_hex(result) << std::endl; 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
13 hits · last 30 days
node
10
Amazon
1
Resources

No resource links recorded.

boost-hash2 — pip install boost-hash2 · libregistry