summaryrefslogtreecommitdiff
path: root/base64.cpp
Commit message (Collapse)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
| | | | We have made a fair number of changes, and we don't want WD to receive credit for issues he was not part of
* 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, ↵Jeffrey Walton2015-07-011-4/+39
| | | | Section 5. Discussion at https://groups.google.com/d/msg/cryptopp-users/OF5RPXW-cHw/EDrOuA4-rRYJ
* 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