summaryrefslogtreecommitdiff
path: root/base64-decode.c
Commit message (Expand)AuthorAgeFilesLines
* Change type of base16- and base64-encoded data from uint8_t to char.Niels Möller2017-08-271-3/+3
* Generalized base64, adding lookup table pointers to the contexts.Niels Möller2015-02-101-25/+23
* Update copyright headers for dual licensing.Niels Möller2014-04-121-22/+29
* Base64 and base16 decoding: Use *dst_length as output only.Niels Möller2014-02-071-2/+0
* Use size_t rather than unsigned for base16, base64, nettle_bufer and sexp rel...Niels Möller2013-04-261-4/+4
* Updated FSF address. Patch from David Woodhouse.Niels Möller2012-07-071-2/+2
* Converted files to utf-8.Niels Möller2012-02-181-1/+1
* (decode_table): Added vertical tab (VT) and formNiels Möller2008-09-151-3/+2
* * Reordered includes in most or all .c-files. All should now includeNiels Möller2003-05-121-1/+5
* * base64-decode.c (base64_decode_single): Return -1 on error.Niels Möller2002-10-301-39/+39
* (base64_decode_single): Simplified, got rid ofNiels Möller2002-10-251-25/+24
* (base64_decode_single): New function.Niels Möller2002-10-221-42/+56
* * base64-encode.c: New file. New supporting both encode-at-onceNiels Möller2002-10-191-0/+135