about summary refs log tree commit diff stats
path: root/base64.c
Commit message (Collapse)AuthorAgeFilesLines
* base64: remove unnecessary breakphoebos2021-07-111-2/+0
|
* base64: fix algorithmphoebos2021-07-111-2/+2
| | | | works now!
* base64: array instead of pointersphoebos2021-07-101-12/+13
|
* base64: initial with pointersphoebos2021-07-101-1/+28
| | | | doesn't work
* base64: tweaksphoebos2021-07-101-7/+8
|
* base64: change to BSD-3 licensephoebos2021-07-061-16/+27
|
* base64: add lookup tablephoebos2021-07-061-0/+12
|
* base64: only work on one file/stdinphoebos2021-07-061-22/+24
|
* base64: allow no arguments for stdinphoebos2021-07-061-18/+26
|
* base64: initial getopt and read filesphoebos2021-07-061-0/+79