aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Use memcpy trick in 3-arg xor_buf alsoJack Lloyd2017-10-131-23/+17
|/
* OCB optimizationsJack Lloyd2017-10-132-58/+90
* Somewhat faster xor_bufJack Lloyd2017-10-121-18/+15
* Remove needless mutableJack Lloyd2017-10-121-2/+2
* Swapped encrypt and decrypt in BlockCipher _xex functionsJack Lloyd2017-10-121-2/+2
* Interleave SM3 message expansionJack Lloyd2017-10-121-141/+142
* Use SIMD for in ThreefishJack Lloyd2017-10-121-2/+2
* OCB optimizationsJack Lloyd2017-10-127-124/+163
* Merge GH #1247 Improve bit rotation functionsJack Lloyd2017-10-1235-644/+724
|\
| * Ugh, the GCC/Clang trick triggers C4146 under MSVCJack Lloyd2017-10-121-8/+25
| * Add compile-time rotation functionsJack Lloyd2017-10-1235-660/+701
| * Use rol/ror x86 instructions on GCC/ClangJack Lloyd2017-10-111-2/+24
* | Avoid std::count to skip a signed overflow warningJack Lloyd2017-10-122-3/+13
* | Merge GH #1245 Restructure Barrier/Semaphore to avoid signed overflow warningsJack Lloyd2017-10-122-11/+9
|\ \ | |/ |/|
| * #1220 - fixed fixes of integer overflowHubert Bugaj2017-10-102-7/+3
| * #1220 - fixed signed overflow warningsHubert Bugaj2017-10-092-10/+12
* | Merge GH #1248 Unroll SM3 compression loopJack Lloyd2017-10-111-56/+94
|\ \
| * | Unroll SM3 compression functionJack Lloyd2017-10-101-56/+94
* | | Helpful commentJack Lloyd2017-10-111-1/+2
* | | Remove SSE2 bswap_4Jack Lloyd2017-10-111-24/+0
* | | Optimize CFB modeJack Lloyd2017-10-112-39/+97
* | | Add missing headerJack Lloyd2017-10-111-0/+1
* | | Simplify ffi call overheadJack Lloyd2017-10-115-45/+22
* | | getenv is in standard C++Jack Lloyd2017-10-091-1/+1
* | | Include cstdlib to make os_utils compile with clang.Alexander Bluhm2017-10-091-0/+2
| |/ |/|
* | Add comments explaining why its ok to rely on deprecated features here.Jack Lloyd2017-10-092-0/+8
* | Add a special Compat_Callbacks constructor to silence deprecation warnings.Jack Lloyd2017-10-093-7/+24
* | Forward declare BigInt in mp_core.hJack Lloyd2017-10-062-1/+3
* | Remove needless variableJack Lloyd2017-10-061-2/+0
* | Address some bool/int conversion warnings from SonarJack Lloyd2017-10-064-5/+12
* | Address various GCC warningsJack Lloyd2017-10-068-24/+26
* | Correct the SHA-3 PKCSv1.5 IDsJack Lloyd2017-10-052-5/+13
* | Mark some functions of MDx_HashFunction finalJack Lloyd2017-10-051-3/+3
* | Add missing `override`Jack Lloyd2017-10-051-1/+1
* | Add missing includeJack Lloyd2017-10-051-0/+1
|/
* Add limits.h header for INT_MAXJack Lloyd2017-10-041-0/+1
* Simplify header includes in socket.cppJack Lloyd2017-10-031-9/+3
* Merge GH #1232 Only require socket code if http_util is loadedJack Lloyd2017-10-037-305/+368
|\
| * Add missing windows.h include in os_utils.cppSimon Warta2017-10-031-0/+3
| * Add missing include mem_ops.h in socket.cppSimon Warta2017-10-031-0/+2
| * Move socket implementation into module http_utilSimon Warta2017-10-037-308/+366
* | Avoid empty methods, use =default or add a commentJack Lloyd2017-10-0320-40/+29
* | Add missing cstdlib include to openssl_rsa.cppilovezfs2017-10-031-0/+1
|/
* Remove redundant private: specifierJack Lloyd2017-10-031-1/+1
* Add static_cast to avoid conversion warningJack Lloyd2017-10-031-1/+2
* Force expand_mask to be on T instead of intJack Lloyd2017-10-031-1/+1
* MSVC wants __declspec(restrict) on both declaration and definitionJack Lloyd2017-10-031-1/+1
* Add wrappers for reinterpret_cast between char* and uint8_t*Jack Lloyd2017-10-0329-66/+85
* Remove redundant parensJack Lloyd2017-10-037-8/+8
* Remove redundant return statementJack Lloyd2017-10-021-1/+1