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

Function b32hexencode

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

Source from the content-addressed store, hash-verified

251 extra_args=_B32_DECODE_MAP01_DOCSTRING)
252
253def b32hexencode(s):
254 return _b32encode(_b32hexalphabet, s)
255b32hexencode.__doc__ = _B32_ENCODE_DOCSTRING.format(encoding='base32hex')
256
257def b32hexdecode(s, casefold=False):

Callers 1

Calls 1

_b32encodeFunction · 0.85

Tested by 1