summaryrefslogtreecommitdiff
path: root/base64url-encode.c
Commit message (Expand)AuthorAgeFilesLines
* Change type of base16- and base64-encoded data from uint8_t to char.Niels Möller2017-08-271-1/+1
* Implement URL safe base64 coding, as specified by RFC 4648.Amos Jeffries2015-02-101-0/+48