Registry / serialization / modp-base64

modp-base64

JSON →
library2020-09-26vcpkgunverified

High performance base64 encoder/decoder

vcpkg install modp-base64
INSTALL
IMPORT
SIG · MODP-BASE64
M
modp-base64
serializationcppv2020-09-26
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.

modp_b64.h
#include <modp_b64.h>

Encode a string to base64

#include <modp_b64.h> #include <iostream> #include <string> int main() { std::string input = "hello"; std::string encoded(modp_b64_encode_len(input.size()), '\0'); int len = modp_b64_encode(&encoded[0], input.data(), input.size()); encoded.resize(len); std::cout << encoded << '\n'; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2020-09-26latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources

No resource links recorded.

modp-base64 — pip install modp-base64 · libregistry