Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use std namespace for memset, memcpy, memcmp (#1204) | Jeffrey Walton | 2023-04-15 | 1 | -1/+1 |
| | |||||
* | Fix typos (PR# 1099) | Dimitris Apostolou | 2022-01-04 | 1 | -1/+1 |
| | |||||
* | Update documentation | Jeffrey Walton | 2021-09-25 | 1 | -20/+20 |
| | |||||
* | Update documentation | Jeffrey Walton | 2021-09-25 | 1 | -8/+8 |
| | |||||
* | Whitespace check-in | Jeffrey Walton | 2021-09-25 | 1 | -108/+110 |
| | |||||
* | Clear Clang -Wdocumentation warnings | Jeffrey Walton | 2020-12-15 | 1 | -2/+2 |
| | |||||
* | Use \return and \throw consitently in the docs | Jeffrey Walton | 2020-12-07 | 1 | -50/+50 |
| | |||||
* | Update documentation | Jeffrey Walton | 2019-07-08 | 1 | -4/+26 |
| | |||||
* | Fix VS2010 and "error C2065: uint32_t: undeclared identifier" (GH #608) | Jeffrey Walton | 2018-03-27 | 1 | -0/+1 |
| | | | | We could fix aria.cpp by using word32. However, NaCl gear uses int64_t and we don't have a typedef setup for it. So we will need <cstdint> later for NaCl | ||||
* | Update documentation | Jeffrey Walton | 2018-03-25 | 1 | -7/+32 |
| | |||||
* | Update documentation | Jeffrey Walton | 2018-03-25 | 1 | -9/+57 |
| | |||||
* | Fix incorrect InverseMod (GH #602) (#603) | Jeffrey Walton | 2018-03-25 | 1 | -0/+5 |
| | |||||
* | Change Doxygen comment style from //! to /// | Jeffrey Walton | 2017-11-29 | 1 | -439/+439 |
| | | | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw | ||||
* | Update documentation | Jeffrey Walton | 2017-07-27 | 1 | -3/+3 |
| | | | | This cleanup was performed using Clang and -Wdocumentation -Wno-documentation-deprecated-sync | ||||
* | Fix runtime crash when CRYPTOPP_INIT_PRIORITY=0 | Jeffrey Walton | 2017-03-27 | 1 | -6/+7 |
| | | | | | | Couple use of initialization priorities to no NO_OS_DEPENDENCE Add comments explaining what integer does, how it does it, and why we want to inprove on the Singleton pattern as a resource manager. Update documentation. | ||||
* | Remove g_pAssignIntToInteger pointer, add CRYPTOPP_NO_ASSIGN_TO_INTEGER ↵ | Jeffrey Walton | 2017-03-25 | 1 | -1/+6 |
| | | | | | | | (Issue 389) This effectively decouples Integer and Public Key from the rest of the library. The change means a compile time define is used rather than a runtime pointer. It avoids the race with Issue 389. The Public Key algorithms will fail if you use them. For example, running the self tests with CRYPTOPP_NO_ASSIGN_TO_INTEGER in effect results in "CryptoPP::Exception caught: NameValuePairs: type mismatch for 'EquivalentTo', stored 'i', trying to retrieve 'N8CryptoPP7IntegerE'". The exception is expected, and the same happend when g_pAssignIntToInteger was present. | ||||
* | Updated static initializers | Jeffrey Walton | 2017-03-17 | 1 | -1/+1 |
| | | | | | When MSVC init_seg or GCC init_priority is available, we don't need to use the Singleton. We only need to create a file scope class variable and place it in the segment for MSVC or provide the attribute for GCC. An additional upside is we cleared all the memory leaks that used to be reported by MSVC for debug builds. | ||||
* | Change next version from 5.7 to 6.0 | Jeffrey Walton | 2017-02-21 | 1 | -9/+9 |
| | | | | Crypto++ 5.7 was the increment after the 5.6.5 release. Crypto++ 6.0 accurately reflects compatibility | ||||
* | Change file preamble to include "originally written by Wei Dai" | Jeffrey Walton | 2017-01-27 | 1 | -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 | ||||
* | Update documentation | Jeffrey Walton | 2017-01-23 | 1 | -1/+1 |
| | | | | Added additional asserts | ||||
* | spelling fixes | klemens | 2016-12-27 | 1 | -2/+2 |
| | |||||
* | Add Integer bitwise AND, OR and XOR (Issue 336) | Jeffrey Walton | 2016-11-23 | 1 | -64/+180 |
| | |||||
* | Guard XOR of optional xorBlock. Updated documentation | Jeffrey Walton | 2016-11-14 | 1 | -4/+4 |
| | |||||
* | Updated documentation | Jeffrey Walton | 2016-09-09 | 1 | -0/+6 |
| | |||||
* | Updated documentation | Jeffrey Walton | 2016-09-09 | 1 | -1/+1 |
| | |||||
* | Updated documentation | Jeffrey Walton | 2016-09-09 | 1 | -2/+5 |
| | |||||
* | Change alignment of IntegerSecBlock to 16 when CRYPTOPP_WORD128_AVAILABLE is ↵ | Jeffrey Walton | 2016-09-08 | 1 | -0/+5 |
| | | | | in effect (Issue 256) | ||||
* | Removed ARMEL work-arounds from Integer class. | Jeffrey Walton | 2016-09-08 | 1 | -11/+11 |
| | |||||
* | Updated documentation | Jeffrey Walton | 2016-01-14 | 1 | -17/+43 |
| | |||||
* | Update integer.h | DevJPM | 2016-01-12 | 1 | -4/+8 |
| | |||||
* | Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵ | Jeffrey Walton | 2015-11-18 | 1 | -111/+257 |
| | | | | (Coverity rollup) | ||||
* | CRYPTOPP 5.6.3 RC6 checkin | Jeffrey Walton | 2015-11-05 | 1 | -420/+424 |
| | |||||
* | Removed USING_NAMESPACE(std). Changed cout → std::cout, cerr → ↵ | Jeffrey Walton | 2015-07-30 | 1 | -3/+3 |
| | | | | std::cerr, ... | ||||
* | fix C++Builder 2009 compile, update Readme and License | weidai | 2009-03-15 | 1 | -1/+3 |
| | |||||
* | MMX/SSE2 optimizations | weidai | 2007-04-15 | 1 | -34/+3 |
| | |||||
* | fix compile on MSVC2002 and MSVC6 without Processor Pack | weidai | 2006-12-25 | 1 | -23/+0 |
| | |||||
* | improve Integer initialization | weidai | 2006-06-09 | 1 | -1/+6 |
| | |||||
* | fix MSVC 2005 warnings | weidai | 2006-03-13 | 1 | -1/+1 |
| | |||||
* | port to GCC 4 | weidai | 2005-09-05 | 1 | -2/+5 |
| | |||||
* | port to MSVC .NET 2005 beta 2 | weidai | 2005-07-12 | 1 | -26/+26 |
| | |||||
* | changes done for FIPS-140 lab code drop | weidai | 2005-01-20 | 1 | -13/+13 |
| | |||||
* | fix compile with -msse2 on systems without memalign() | weidai | 2004-07-18 | 1 | -5/+10 |
| | |||||
* | disable x86 assembly on systems without GNU as 2.10 or later | weidai | 2004-06-19 | 1 | -0/+4 |
| | |||||
* | enable SSE2 intrinsics on GCC 3.3 or later | weidai | 2003-07-31 | 1 | -12/+20 |
| | |||||
* | fix bugs in 64-bit CPU support | weidai | 2003-07-25 | 1 | -0/+3 |
| | |||||
* | create DLL version, fix GetNextIV() bug in CTR and OFB modes | weidai | 2003-07-04 | 1 | -5/+10 |
| | |||||
* | sync with private branch | weidai | 2003-06-06 | 1 | -1/+1 |
| | |||||
* | fix warnings for VC7 and GCC | weidai | 2003-03-20 | 1 | -2/+6 |
| | |||||
* | Initial revision | weidai | 2002-10-04 | 1 | -0/+435 |