summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Update documentationJeffrey Walton2018-01-131-6/+8
* Fix lookup array size in self testJeffrey Walton2018-01-121-1/+1
* Add additional Encoder and Decoder alphabet test (GH #562)Jeffrey Walton2018-01-121-6/+11
* add self test for custom Encoder and Decoder alphabet (GH #562)Jeffrey Walton2018-01-122-0/+110
* Update documentationJeffrey Walton2018-01-121-0/+10
* Update documentationJeffrey Walton2018-01-121-17/+22
* C++17 compatible lambda expressions to replace `bind2nd` (#559)Kirit Sælensminde2018-01-126-8/+21
* Try to fix MSVC C4589 warning again (GH #214)Jeffrey Walton2018-01-122-2/+5
* Use x86 highest basic before calling a leaf functionJeffrey Walton2018-01-112-3/+3
* Update documentationJeffrey Walton2018-01-111-1/+2
* Update head notes in ppc-simd.cppJeffrey Walton2018-01-111-2/+3
* Update head notesJeffrey Walton2018-01-111-1/+14
* Fix defines for PPC feature probesJeffrey Walton2018-01-111-6/+6
* Update documentationJeffrey Walton2018-01-111-2/+3
* Update documentationJeffrey Walton2018-01-111-1/+2
* Update documentationJeffrey Walton2018-01-111-6/+46
* Fix C++03 compileJeffrey Walton2018-01-101-16/+16
* Fix error in bits2octets: should use the base point's bit count, instead of t...Linmao Song2018-01-104-1/+23
* Add topic on Side Channel leakageJeffrey Walton2018-01-081-0/+8
* Add CRYPTOPP_CXX11_LAMBDA for N2927 (v1.1) (GH #558)Jeffrey Walton2018-01-071-0/+6
* Fix "Internal compiler error: max number of generated reload insns ..." (GH #...Jeffrey Walton2018-01-071-1/+1
* Add C++20 testing to cryptest.shJeffrey Walton2018-01-062-2/+554
* Add Power4 unaligned Load and StoreJeffrey Walton2018-01-052-15/+32
* Fix double leading "0x" prefix (GH #557)Jeffrey Walton2018-01-051-3/+3
* Fix missing SM2 methods in Windows DLLJeffrey Walton2018-01-051-0/+2
* Fix "impossible register constraint in ASM" (GH #554)Jeffrey Walton2018-01-021-1/+1
* Clear GCC -Wreorder warningsJeffrey Walton2018-01-021-2/+2
* Add Power4 Vector Load, Store, Add and XorJeffrey Walton2018-01-023-49/+114
* Move Altivec AdvancedProcessBlocks into adv-simd.hJeffrey Walton2018-01-026-166/+192
* Clear clang-tidy warningsJeffrey Walton2018-01-023-11/+17
* Use 'command -v' to test for ld.goldJeffrey Walton2018-01-021-2/+2
* Clear clang-tidy warningsJeffrey Walton2018-01-024-10/+8
* Clear signed/unsigned warningsJeffrey Walton2017-12-312-12/+12
* Clear signed/unsigned warning in DebugJeffrey Walton2017-12-311-1/+1
* Temporary fix for IBM XLC failed SM3 self tests (GH #553)Jeffrey Walton2017-12-301-0/+6
* Update makefiles to use one call to $(CXX) -dumpmachineJeffrey Walton2017-12-302-29/+40
* Fix IBM xlC compileJeffrey Walton2017-12-301-4/+4
* Change ::log() to log() to work with C++Builder (#552)Tanzinul Islam2017-12-303-4/+10
* Remove commented codeJeffrey Walton2017-12-281-18/+0
* Fix Solaris failed compile due to SHA with GCC (GH #551)Jeffrey Walton2017-12-281-4/+6
* Clear Coverity issue CID 186341Jeffrey Walton2017-12-281-1/+1
* Fix unaligned load for _mm_loaddup_pd with GCC and UBsanJeffrey Walton2017-12-281-12/+28
* Clear Coverity issue CID 186337Jeffrey Walton2017-12-271-1/+1
* Clear Coverity issue CID 186338Jeffrey Walton2017-12-271-1/+1
* Fix "cast from 'struct sockaddr*' to 'struct sockaddr_in*' increases required...Jeffrey Walton2017-12-261-2/+4
* Clear signed/unsigned warnings with GCC and -Wall -WextraJeffrey Walton2017-12-262-4/+4
* Fix missing define for MSVCJeffrey Walton2017-12-262-0/+4
* Fix unaligned load for _mm_loaddup_pd with GCC and UBsanJeffrey Walton2017-12-262-40/+34
* Fix unaligned load for _mm_loaddup_pd with GCC and UBsanJeffrey Walton2017-12-262-21/+57
* Clear signed/unsigned warnings with GCC and -Wall -WextraJeffrey Walton2017-12-262-16/+16