Stefan Friese
|
87089a314b
|
added base45 encoding/decoding
|
2024-05-23 22:32:15 +02:00 |
Stefan Friese
|
146293eeb4
|
added rotate functions for n rotations of the alphabet
|
2024-05-22 21:58:40 +02:00 |
Stefan Friese
|
bdbb3bed3e
|
added test for more functions, solved bugs in accordance to that functions, mainly Unicode support
|
2024-05-20 22:39:43 +02:00 |
Stefan Friese
|
5aa3917ad2
|
moved all encodings to their own files under src/Encoding/ and commented the unused imports, will delete them in an upcoming commit
|
2024-05-19 13:23:39 +02:00 |
Stefan Friese
|
792cc4265b
|
structured src/ for Encoding lib and app/ for the Main file and cmdline stuff. Moved some Bases to src/Encoding/ separated by Base per file. Changed the cabal file to match the new structure.
|
2024-05-19 00:39:34 +02:00 |