Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
253
def
b32hexencode(s):
254
return
_b32encode(_b32hexalphabet, s)
255
b32hexencode.__doc__ = _B32_ENCODE_DOCSTRING.format(encoding=
'base32hex'
)
256
257
def
b32hexdecode(s, casefold=False):
Callers
1
test_RFC4648_test_cases
Method · 0.85
Calls
1
_b32encode
Function · 0.85
Tested by
1
test_RFC4648_test_cases
Method · 0.68