• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1.. _module-pw_base64:
2
3---------
4pw_base64
5---------
6This module provides functions for encoding, decoding, and validating Base64
7data 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.
12