migbase64
migbase64 copied to clipboard
MiGBase64 is a very fast and small Base64 Codec written in Java (clone of http://migbase64.sourceforge.net/)
Bumps [junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.1. Release notes Sourced from junit's releases. JUnit 4.13.1 Please refer to the release notes for details. JUnit 4.13 Please refer to the release notes...
Consuming less memory: — replaced `char[64] Base64.CA` and `byte[64] Base64IO.CA` with a single shared `byte[64]` (-128 bytes) — replaced `int[256] Base64.IA ` with `byte[256]` (-768 bytes); — removed some int-to-byte...
Uncommented test and added missing methods.