tor/changes/ticket28913

5 lines
183 B
Plaintext
Raw Normal View History

o Code simplification and refactoring:
- Make the base32_decode() API return the number of bytes written,
for consistency with base64_decode().
Closes ticket 28913.