.gitignore
|
first commit
|
2025-05-26 00:06:22 +02:00 |
encode.c
|
add base64url encoding option
|
2025-05-26 23:59:47 +02:00 |
encode.h
|
change header macro names to be more idiomatic
|
2025-05-27 15:14:55 +02:00 |
input.c
|
add newline recognition for encoded input
|
2025-05-27 00:14:33 +02:00 |
input.h
|
change header macro names to be more idiomatic
|
2025-05-27 15:14:55 +02:00 |
Makefile
|
add linewrap option when encoding (76 columns)
|
2025-05-27 01:32:09 +02:00 |
output.c
|
add linewrap option when encoding (76 columns)
|
2025-05-27 01:32:09 +02:00 |
output.h
|
change header macro names to be more idiomatic
|
2025-05-27 15:14:55 +02:00 |