tor/changes/17868

5 lines
200 B
Plaintext
Raw Normal View History

2017-04-10 17:27:41 +02: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.