Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / third_party / pigweed / repo / pw_base64 / docs.rst
1 .. _module-pw_base64:
2
3 ---------
4 pw_base64
5 ---------
6 This module provides functions for encoding, decoding, and validating Base64
7 data as specified by `RFC 3548 <https://tools.ietf.org/html/rfc3548>`_ and
8 `RFC 4648 <https://tools.ietf.org/html/rfc4648>`_.
9
10 .. note::
11   The documentation for this module is currently incomplete.