blob: 3872e3eb4acce24f8005aefa9bdc538d2db60d29 [file] [log] [blame]
Armando Montanez0054a9b2020-03-13 13:06:24 -07001.. _chapter-pw-base64:
2
3.. default-domain:: cpp
4
5.. highlight:: sh
6
7---------
8pw_base64
9---------
10This module provides functions for encoding, decoding, and validating Base64
11data as specified by `RFC 3548 <https://tools.ietf.org/html/rfc3548>`_ and
12`RFC 4648 <https://tools.ietf.org/html/rfc4648>`_.
13
14.. note::
15 The documentation for this module is currently incomplete.