mirror of
https://github.com/python/cpython.git
synced 2026-06-22 11:03:15 -04:00
b4e5bc2164
Add base32 encoder and decoder functions implemented in C to the binascii module and use them to greatly improve the performance and reduce the memory usage of the existing base32 codec functions in the base64 module.