summaryrefslogtreecommitdiff
path: root/base32.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add Base32 extended hex encoder and decoder (GH #534)Jeffrey Walton2017-11-281-3/+47
* Cleanup use of unnamed namespaces in encoders and decodersJeffrey Walton2017-11-121-24/+21
* Unroll decoder initialization (Issue 376)Jeffrey Walton2017-03-011-8/+22
* Add statics to anonymous namespaceJeffrey Walton2016-10-101-2/+5
* Fixed IsolatedInitialize (Issue 108)Jeffrey Walton2016-01-111-1/+1
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-39/+39
* add "volatile" to prevent compiler optimizing away codeweidai2010-06-181-1/+1
* add base 32 (Frank Palazzolo)weidai2003-07-181-0/+39