-
Notifications
You must be signed in to change notification settings - Fork 0
Home
monoamine11231 edited this page Jun 6, 2022
·
3 revisions
MTBase64 (Modified Table Base64) is a C++ library for encoding and decoding padded and unpadded Base64 data using standard and custom alphabets/tables. MTBase64 work with data stored in basic C-style memory pointers and with data stored in Standard Template Library containers such as std::vector
.
Custom linear containers that implement Container<T>.data()
and Container<T>.size()
can be used too with MTBase64.
See home page.
Documentation of MTBase64 methods are found here.