aboutsummaryrefslogtreecommitdiff
path: root/lib/base64.c
AgeCommit message (Collapse)AuthorFilesLines
2022-08-02lib/base64: RFC4648-compliant base64 encodingHannes Reinecke1-0/+103
Add RFC4648-compliant base64 encoding and decoding routines, based on the base64url encoding in fs/crypto/fname.c. Signed-off-by: Hannes Reinecke <[email protected]> Reviewed-by: Himanshu Madhani <[email protected]> Reviewed-by: Sagi Grimberg <[email protected]> Cc: Eric Biggers <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]> Signed-off-by: Jens Axboe <[email protected]>