tor/changes/17868

5 lines
200 B
Text
Raw Normal View History

2017-04-10 11:27:41 -04:00
o Code simplification and refactoring:
- Our base64 decoding functions no longer overestimate the output
space that they will need when parsing unpadded inputs.
Closes ticket 17868.