Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-18 | Add a single, central base64 decoder | David Oberhollenzer | |
Similar to the hex blob decoder, we need this once for tar and once for the filemap xattr parser. Simply add a single, central implementation to libutil, with a simple unit test, and then use it in both libtar and gensquashfs. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at> |