summaryrefslogtreecommitdiff
path: root/base64.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup use of unnamed namespaces in encoders and decodersJeffrey Walton2017-11-121-48/+43
* Unroll decoder initialization (Issue 376)Jeffrey Walton2017-03-011-18/+45
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Add statics to anonymous namespaceJeffrey Walton2016-10-101-7/+6
* Whitespace checkinJeffrey Walton2016-09-101-5/+5
* Fixed IsolatedInitialize (Issue 108)Jeffrey Walton2016-01-111-0/+14
* Crypto++ 5.6.3 check-inCRYPTOPP_5_6_3Jeffrey Walton2015-11-221-1/+0
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-77/+77
* Added Base64URLEncoder and decoder for web safe alphabet from RFC 4648, Secti...Jeffrey Walton2015-07-011-4/+39
* add "volatile" to prevent compiler optimizing away codeweidai2010-06-181-1/+1
* misc changesweidai2003-07-181-8/+8
* fix linebreak bugweidai2003-03-211-2/+4
* various changes for 5.1weidai2003-03-201-1/+1
* Initial revisionweidai2002-10-041-0/+40