Aegis/app/src/main/java/com/beemdevelopment/aegis/encoding
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
..
Base32.java Replace implementations of Base16, Base32 and Base64 with Guava 2020-02-01 14:11:55 +01:00
Base64.java Replace implementations of Base16, Base32 and Base64 with Guava 2020-02-01 14:11:55 +01:00
EncodingException.java Replace implementations of Base16, Base32 and Base64 with Guava 2020-02-01 14:11:55 +01:00
Hex.java Replace implementations of Base16, Base32 and Base64 with Guava 2020-02-01 14:11:55 +01:00