This library implements a Base32 encoder and decoder based upon the standard described in the RFC 4648.
A NuGet package is available at https://www.nuget.org/packages/Albireo.Base32/
This project is licensed under the MIT license, you can find a copy of the license in the LICENSE.txt file.
This library has been adapted from Devin Martin's Base32 library which too is licensed under the MIT license.
The tests vectors are taken from chapter 10 of RFC 4648.