summaryrefslogtreecommitdiffstats
path: root/src/core/base16.c
Commit message (Expand)AuthorAgeFilesLines
* [base16] Fix comparison of signed and unsigned integersMichael Brown2013-11-141-1/+1
* [base16] Ensure base16_encode() always terminates its result stringMichael Brown2013-07-151-0/+4
* [base16] Generalise base16_decode() to hex_decode()Michael Brown2013-07-121-24/+48
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [base16] Add generic base16 encoding and decoding routinesMichael Brown2010-05-281-0/+106