summaryrefslogtreecommitdiff
path: root/sosemanuk.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix partial specializations for FixedSizeAllocatorWithCleanup (PR #710)Jeffrey Walton2018-08-241-12/+12
* Fix alignment on Win32 and Solaris Sparc (PR #709)Jeffrey Walton2018-08-231-12/+12
* Add Tiger cipher AlgorithmProvider()Jeffrey Walton2018-08-181-1/+3
* Add algorithm provider member function to Algorithm classJeffrey Walton2018-07-061-0/+9
* Uncouple GetAlignment from CRYPTOPP_DISABLE_SOSEMANUK_ASMJeffrey Walton2017-11-291-3/+3
* Fix Sosemanuk when -DCRYPTOPP_DISABLE_ASM is in effectJeffrey Walton2017-11-271-1/+1
* Switch to rotlConstant and rotrConstantJeffrey Walton2017-11-251-2/+2
* Remove BOOL macro value (GH #462)Jeffrey Walton2017-08-201-3/+3
* Assign t and v together in Sosemanuk (Issue 449)Jeffrey Walton2017-07-281-4/+3
* Clear Clang -Wsequence-point warning (Issue 449)Jeffrey Walton2017-07-281-2/+3
* Make SecBlock<T,A> data members protectedJeffrey Walton2017-07-271-2/+2
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-1/+1
* Whitespace checkinJeffrey Walton2016-09-101-64/+64
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-7/+7
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-718/+717
* Companion checkin to 572506de3d00f1280c89b1168384178a988c4486. Salsa and Sose...Jeffrey Walton2015-08-031-3/+7
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-1/+1
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
* Added CRYPTOPP_CLANG_NO_INTEGRATED_AS as a guard in config.h (disabled by def...Jeffrey Walton2015-07-211-2/+2
* Cut-in to utilize GNU_ATT_SYNTAX and GNU_INTEL_SYNTAX macros. Also see LLVM B...Jeffrey Walton2015-07-211-2/+2
* Removed execute bit from C++ header and source filesJeffrey Walton2015-06-241-0/+0
* Cleared unknown pragma warning with -WallJeffrey Walton2015-06-081-1/+3
* fix compile on OpenSolaris 8.11weidai2009-03-131-7/+3
* changes for 5.6: weidai2009-03-021-3/+8
* remove -msse2 since we don't use SSE2 intrinsics anymoreweidai2007-09-241-1/+2
* remove -msse2 since we don't use SSE2 intrinsics anymoreweidai2007-09-241-1/+2
* - port x64 assembly code to MASMweidai2007-09-241-99/+129
* fix compile for x64, DLL and VC 6weidai2007-05-041-133/+134
* add Sosemanukweidai2007-04-151-0/+677