summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update comments in VMACJeffrey Walton2020-07-081-15/+15
|
* Update grep expressionsJeffrey Walton2020-07-081-2/+2
|
* Fix VMAC compile on 32-bit SolarisJeffrey Walton2020-07-081-12/+21
| | | | The change tested good on 32-bit Linux and 32-bit OS X
* Update Cirrius configurationJeffrey Walton2020-07-071-0/+3
|
* Update cryptest-autotools.sh scriptJeffrey Walton2020-07-071-10/+0
|
* Update cryptest-autotools.sh scriptJeffrey Walton2020-07-071-4/+8
|
* Update cryptest-autotools.sh scriptJeffrey Walton2020-07-071-8/+8
|
* Update commentsJeffrey Walton2020-07-071-1/+1
|
* Fix spellingJeffrey Walton2020-07-071-2/+2
|
* Update comments (GH #945)Jeffrey Walton2020-07-071-1/+2
|
* Remove 64-bit AdvancedProcessBlocks (GH #945)Jeffrey Walton2020-07-0719-4130/+25
|
* Fix SIMON64 and SPECK64 self test failures (GH #945)Jeffrey Walton2020-07-072-0/+16
|
* Update makefile flagsJeffrey Walton2020-07-072-16/+16
|
* Disable SIMON64 and SPECK64 SIMD code (GH #945)Jeffrey Walton2020-07-074-0/+12
|
* Add sanity check to AuthenticatedSymmetricCipherBase::TruncatedFinal (GH #954)Jeffrey Walton2020-07-071-0/+3
|
* Update BLAKE2s to avoid dependency on bJeffrey Walton2020-07-061-40/+47
|
* Fix ppc64le build with ClangJeffrey Walton2020-07-021-6/+6
|
* Silence GCC warnings in BLAKE2Jeffrey Walton2020-06-292-0/+10
|
* Update commentsJeffrey Walton2020-06-292-18/+18
|
* Speedup BLAKE2s message loading on PowerPCJeffrey Walton2020-06-292-5/+58
|
* Update commentsJeffrey Walton2020-06-291-1/+1
|
* Speedup BLAKE2 message loading on PowerPCJeffrey Walton2020-06-291-12/+32
|
* Speedup BLAKE2 message loading on PowerPCJeffrey Walton2020-06-291-14/+62
|
* Fix BLAKE2s on AIXJeffrey Walton2020-06-291-1/+1
|
* Use little-endian mask during BLAKE2 loadsJeffrey Walton2020-06-283-46/+44
|
* Cleanup BLAKE2 POWER8 codeJeffrey Walton2020-06-271-33/+26
|
* Avoid BLAKE2b permute and mask on POWER8Jeffrey Walton2020-06-261-41/+20
|
* Fix conflicting Cryptogams API names on ARM with OpenSSL (GH #952)Sergiu Giurgiu2020-06-036-31/+31
|
* Fix DARN32 tail bytesJeffrey Walton2020-05-141-2/+3
|
* Update setenv-*.sh scriptsJeffrey Walton2020-05-143-22/+22
|
* Update setenv-*.sh scripts to use positional argumentsJeffrey Walton2020-05-142-0/+32
|
* Remove unneeded cryptopp_bds.cpp from Doxygen configJeffrey Walton2020-05-141-2/+1
|
* Update Doxygen configuration fileJeffrey Walton2020-05-111-34/+106
|
* Update documentationJeffrey Walton2020-05-111-2/+2
|
* Re-add VecReverse for PowerPCJeffrey Walton2020-05-111-0/+20
|
* Add VecReverseBE for big-endian systemsJeffrey Walton2020-05-111-1/+21
|
* Rename VecReverse to VecReverseLEJeffrey Walton2020-05-112-24/+13
|
* Go back to using __vector unsigned long long for POWER8 and aboveJeffrey Walton2020-05-115-20/+20
|
* Use __vector unsigned long in PPC test programsJeffrey Walton2020-05-115-20/+20
|
* Update cryptest.sh for GCC AnalyzerJeffrey Walton2020-05-111-19/+20
|
* Whitespace check-inJeffrey Walton2020-05-111-227/+227
|
* Clean GCC 10 Analyzer warningsJeffrey Walton2020-05-111-6/+6
|
* Remove -DCRYPTOPP_DISABLE_ASM from dependencies ruleJeffrey Walton2020-05-102-4/+4
|
* Clean GCC 10 Analyzer warningsJeffrey Walton2020-05-101-1/+2
|
* Disable GCC Analyzer testJeffrey Walton2020-05-102-1/+5
| | | | The compiler is crashing on dll.cpp
* Clean GCC 10 Analyzer warningsJeffrey Walton2020-05-103-4/+6
|
* Update commentsJeffrey Walton2020-05-101-3/+1
|
* Use vec_sld in VecAdd64 and VecSub64Jeffrey Walton2020-05-101-28/+23
| | | | Using the proper mask and a shift saves a load. Thanks to Steven Munroe for the guidance.
* Remove unneeded HAVE_UNIFIED_ASMJeffrey Walton2020-05-091-3/+0
|
* Update SOlaris compilersJeffrey Walton2020-05-091-1/+5
|