Registry / crypto / picosha2

picosha2

JSON →
library1.0.1vcpkgunverified

PicoSHA2 - a header-file-only C++ SHA256 hash generator

vcpkg install picosha2
INSTALL
IMPORT
SIG · PICOSHA2
P
picosha2
cryptocppv1.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.

picosha2.h
#include <picosha2.h>

Compute SHA-256 hash of a string

#include "picosha2.h" #include <iostream> #include <string> int main() { std::string hash_hex_str; picosha2::hash256_hex_string("hello", hash_hex_str); std::cout << hash_hex_str << 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
13 hits · last 30 days
node
12
Amazon
1
Resources

No resource links recorded.

picosha2 — pip install picosha2 · libregistry