summaryrefslogtreecommitdiff
path: root/lib/base64.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-29lib/base64: fix copy-pasted @padding doc in base64_decode()Josh Law1-1/+1
2026-05-29lib/base64: validate before writing in decode tail pathJosh Law1-1/+2
2025-11-21lib/base64: rework encode/decode for speed and stricter validationGuan-Chun Wu1-41/+68
2025-11-21lib/base64: optimize base64_decode() with reverse lookup tablesKuan-Wei Chiu1-4/+48
2025-11-21lib/base64: add support for multiple variantsKuan-Wei Chiu1-26/+36
2022-08-03lib/base64: RFC4648-compliant base64 encodingHannes Reinecke1-0/+103