tor/changes/ticket28913
Nick Mathewson a517daa56f base32_decode(): Return number of bytes written on success.
This makes it consistent with base64_decode().

Closes ticket 28913.
2018-12-20 08:36:25 -05:00

5 lines
183 B
Plaintext

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