summaryrefslogtreecommitdiff
path: root/base64.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded Doxygen directiveJeffrey Walton2018-01-191-4/+0
|
* Update documentationJeffrey Walton2017-12-241-2/+2
|
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-99/+99
| | | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-4/+4
|
* 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
* spelling fixesklemens2016-12-271-2/+2
|
* Whitespace checkinJeffrey Walton2016-09-101-4/+4
|
* Updated documentationJeffrey Walton2016-01-171-27/+29
|
* Updated documentationJeffrey Walton2016-01-121-9/+36
|
* Fixed IsolatedInitialize (Issue 108)Jeffrey Walton2016-01-111-4/+2
|
* Crypto++ 5.6.3 check-inCRYPTOPP_5_6_3Jeffrey Walton2015-11-221-3/+56
|
* Revert botched "Crypto++ 5.6.3 check-in". Corruption due to VMware adding ↵Jeffrey Walton2015-11-221-54/+3
| | | | | | garbage to the end of some source files during drag and drop from guest to host. This reverts commit c45435812225aa68d122c7de246e5f60b509766c.
* Crypto++ 5.6.3 check-inJeffrey Walton2015-11-201-3/+54
|
* Additional documentation; fixed issues with Clang integrated assembler and ↵Jeffrey Walton2015-11-191-1/+1
| | | | different versions numbers for LLVM Clang and Apple Clang; fixed missing header in DSA class
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵Jeffrey Walton2015-11-181-1/+1
| | | | (Coverity rollup)
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-65/+82
|
* Added Base64URLEncoder and decoder for web safe alphabet from RFC 4648, ↵Jeffrey Walton2015-07-011-4/+33
| | | | Section 5. Discussion at https://groups.google.com/d/msg/cryptopp-users/OF5RPXW-cHw/EDrOuA4-rRYJ
* port to GCC 4weidai2005-09-051-1/+1
|
* misc changesweidai2003-07-181-1/+1
|
* Initial revisionweidai2002-10-041-0/+36