| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | encoding/base32: Fix padding validation for malformed input | Zoltán Kéri | 2025-12-27 | 1 | -3/+11 |
| | | | | | | | | | | | | Fix a bug where padding characters in the middle of input were not detected when there was no trailing padding. The "verify no padding in middle" check was inside `if padding_count > 0`, so inputs like "MZ===YTBMZXW6YTB" would incorrectly pass validation. Test case added for this edge case. | ||||
| * | Package lines for base32, move its tests to tests" | Jeroen van Rijn | 2025-10-09 | 1 | -0/+231 |