Searched refs:b32hexencode (Results 1 – 5 of 5) sorted by relevance
367 self.assertEqual(base64.b32hexencode(to_encode), expected)370 self.check_other_types(base64.b32hexencode, b'abcd', b'C5H66P0=')371 self.check_encode_type_errors(base64.b32hexencode)720 b32hexencode = base64.b32hexencode740 self.assertEqual(b32hexencode(b""), b"")741 self.assertEqual(b32hexencode(b"f"), b"CO======")742 self.assertEqual(b32hexencode(b"fo"), b"CPNG====")743 self.assertEqual(b32hexencode(b"foo"), b"CPNMU===")744 self.assertEqual(b32hexencode(b"foob"), b"CPNMUOG=")745 self.assertEqual(b32hexencode(b"fooba"), b"CPNMUOJ1")[all …]
257 def b32hexencode(s): function259 b32hexencode.__doc__ = _B32_ENCODE_DOCSTRING.format(encoding='base32hex')
139 .. function:: b32hexencode(s)
2131 Add :func:`base64.b32hexencode` and :func:`base64.b32hexdecode` to support
925 Add :func:`base64.b32hexencode` and :func:`base64.b32hexdecode` to support the