MCPcopy Index your code
hub / github.com/RustPython/RustPython / b32encode

Function b32encode

Lib/base64.py:244–245  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

242
243
244def b32encode(s):
245 return _b32encode(_b32alphabet, s)
246b32encode.__doc__ = _B32_ENCODE_DOCSTRING.format(encoding='base32')
247
248def b32decode(s, casefold=False, map01=None):

Callers 1

Calls 1

_b32encodeFunction · 0.85

Tested by 1