No description
Find a file
Eric fa5095133a remove buffer size dependency from input functions
This should've been part of 848c37, when buffers were unwired from input
functions. Now buffer size is also no longer supplied in function calls
but assumed. It is up to the caller to provide appropriately sized
buffers.
2025-05-27 18:37:48 +02:00
.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 remove buffer size dependency from input functions 2025-05-27 18:37:48 +02:00
input.h remove buffer size dependency from input functions 2025-05-27 18:37:48 +02:00
main.c remove buffer size dependency from input functions 2025-05-27 18:37:48 +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