Commit graph

4 commits

Author SHA1 Message Date
Eric
aacf2324c7 improve decode time
atob() has been replaced with a lookup table, removing previous
conditionals and function calls necessary to decode.
2025-05-29 16:02:45 +02:00
Eric
b76c50a91b change header macro names to be more idiomatic 2025-05-27 15:14:55 +02:00
Eric
a91be306b1 add base64url encoding option 2025-05-26 23:59:47 +02:00
Eric
28fcd5ed7a change file trans.{c,h} to encode.{c,h} 2025-05-26 23:12:16 +02:00
Renamed from trans.h (Browse further)