summaryrefslogtreecommitdiff
path: root/AK/Tests/TestBase64.cpp
AgeCommit message (Expand)Author
2020-10-13Base64: Pre-allocate size of input and outputLenny Maiorani
2020-07-27AK: Change the signature of AK::encode_base64() to use Span.asynts
2020-07-22AK: Make encode_base64 take a ByteBuffer and return a StringNico Weber
2020-06-18AK: Add tests for Base64 decoderTom Lebreux
2020-06-18AK: Add a simple and inefficient Base64 encoderTom Lebreux