summaryrefslogtreecommitdiff
path: root/base32.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unneeded Doxygen directiveJeffrey Walton2018-01-191-4/+0
|
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-99/+99
| | | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw
* Update documentationJeffrey Walton2017-11-281-6/+6
|
* Add Base32 extended hex encoder and decoder (GH #534)Jeffrey Walton2017-11-281-5/+71
| | | | I'm not sure if this is what the fellow in the issue wanted, but we are missing it. Also see https://stackoverflow.com/q/47325517/608639
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-2/+2
|
* Updated documentationJeffrey Walton2016-01-171-15/+13
|
* Updated documentationJeffrey Walton2016-01-121-3/+31
|
* Crypto++ 5.6.3 check-inCRYPTOPP_5_6_3Jeffrey Walton2015-11-221-2/+24
|
* Revert botched "Crypto++ 5.6.3 check-in". Corruption due to VMware adding ↵Jeffrey Walton2015-11-221-24/+2
| | | | | | 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-2/+24
|
* 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-38/+48
|
* port to GCC 4weidai2005-09-051-1/+1
|
* add base 32 (Frank Palazzolo)weidai2003-07-181-0/+38