Searched refs:_b32alphabet (Results 1 – 2 of 2) sorted by relevance
124 _b32alphabet = { variable136 _b32tab = _b32alphabet.items()139 _b32rev = dict([(v, long(k)) for k, v in _b32alphabet.items()])
160 _b32alphabet = b'ABCDEFGHIJKLMNOPQRSTUVWXYZ234567' variable249 return _b32encode(_b32alphabet, s)253 return _b32decode(_b32alphabet, s, casefold, map01)