std::base64
This module contains functions for encoding and decoding base64.
Functions
-
from_base64(input: buf|str) -> buf
-
Decodes from base64.
-
to_base64(input: buf|str) -> buf
-
Encodes to base64.