summaryrefslogtreecommitdiff
path: root/AK/Hex.h
AgeCommit message (Expand)Author
2022-02-16AK: Return KString instead of String from encode_hex in the KernelIdan Horowitz
2022-01-24AK+Userland: Make AK::decode_hex() return ErrorOrSam Atkins
2021-11-11Everywhere: Pass AK::StringView by valueAndreas Kling
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-18AK/Hex: Decode hex digit in constexpr contextLenny Maiorani
2021-04-14AK: Expose the decode_hex_digit helperIdan Horowitz
2021-02-08Everywhere: Remove unnecessary headers 3/4Ben Wiederhake
2020-12-13AK: Add {encode,decode}_hex similar to {encode,decode}_base64Conrad Pankoff