Pārlūkot izejas kodu

changes file for 17868

Nick Mathewson 7 gadi atpakaļ
vecāks
revīzija
aebd72a2f0
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      changes/17868

+ 4 - 0
changes/17868

@@ -0,0 +1,4 @@
+  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.