Commit graph

4 commits

Author SHA1 Message Date
Alexander Bakker
10ac1af6b0 Replace implementations of Base16, Base32 and Base64 with Guava
I kept the classes in the encoding package and turned them into wrappers for
Guava. I also changed the functions in the Base32 class to take and return
strings insteads if character arrays.
2020-02-01 14:11:55 +01:00
Alexander Bakker
fc0e1150f6 Replace hardcoded encoding names with constants 2019-03-28 20:01:00 +01:00
Alexander Bakker
49f868357e Strip the padding before decoding base32 2019-03-23 12:58:16 +01:00
Alexander Bakker
62425511a1 Rename package to com.beemdevelopment.aegis 2019-02-07 22:39:33 +01:00