summaryrefslogtreecommitdiff
path: root/base64-encode.c
Commit message (Expand)AuthorAgeFilesLines
* Change type of base16- and base64-encoded data from uint8_t to char.Niels Möller2017-08-271-9/+9
* Fix argument signedness for encode_raw.Niels Möller2016-01-101-1/+1
* Generalized base64, adding lookup table pointers to the contexts.Niels Möller2015-02-101-23/+31
* Deleted old #if:ed out base64_encode function.Niels Möller2015-02-091-44/+0
* Update copyright headers for dual licensing.Niels Möller2014-04-121-22/+29
* Use size_t rather than unsigned for base16, base64, nettle_bufer and sexp rel...Niels Möller2013-04-261-8/+8
* 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
* * Reordered includes in most or all .c-files. All should now includeNiels Möller2003-05-121-1/+4
* Removed null statement within variable declarations breaking compilations wit...Pontus Freyhult2002-10-211-1/+1
* * base64-encode.c: New file. New supporting both encode-at-onceNiels Möller2002-10-191-0/+226