summaryrefslogtreecommitdiff
path: root/salsa.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-1/+1
* Remove C++11 constexpr code for CRYPTOPP_ALIGN_DATA (PR #830)Jeffrey Walton2019-04-301-3/+1
* Clear alignment warnings on ARM 32-bit platforms (#828)Jeffrey Walton2019-04-301-4/+5
* Clear alignment warnings on ARM 32-bit platformsJeffrey Walton2019-04-291-1/+14
* Add SHAKE-128 and SHAKE-256 (GH #805, PR #806)Jeffrey Walton2019-02-121-3/+7
* Latch previous ROUNDS in Salsa and ChaCha ciphers (GH #800, PR #804)Jeffrey Walton2019-02-121-4/+2
* Use #pragma omp simd for OpenMP 4.0 compilers (GH #787)Jeffrey Walton2019-01-221-2/+2
* Use #pragma omp simd for OpenMP 3.0 compilers (GH #787)Jeffrey Walton2019-01-221-2/+3
* Use OpenMP 2.0 for MSC compilers (GH #787)Jeffrey Walton2019-01-201-0/+5
* Add XOP aware Salsa20Jeffrey Walton2018-10-251-0/+48
* Add ChaCha SSE2 implementationJeffrey Walton2018-10-231-1/+2
* Fix partial specializations for FixedSizeAllocatorWithCleanup (PR #710)Jeffrey Walton2018-08-241-27/+23
* Fix alignment on Win32 and Solaris Sparc (PR #709)Jeffrey Walton2018-08-231-23/+27
* Add algorithm provider member function to Algorithm classJeffrey Walton2018-07-061-0/+9
* Add Salsa20_Core transform (GH #630) (#632)Jeffrey Walton2018-04-021-0/+59
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-2/+0
* Re-enable Salsa20 ASM (GH #543)Jeffrey Walton2017-11-291-1/+1
* Switch to rotlConstant and rotrConstantJeffrey Walton2017-11-251-4/+4
* Remove BOOL macro value (GH #462)Jeffrey Walton2017-08-201-7/+5
* Avoid use of SecBlock::m_ptr in SalsaJeffrey Walton2017-08-171-2/+2
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Updated CRYPTOPP_ASSERT based on commentsJeffrey Walton2016-10-171-1/+1
* Change from NDEBUG to CRYPTOPP_DEBUG in source files to ensure all debug beha...Jeffrey Walton2016-09-161-1/+1
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-2/+2
* Backed out use of "static const" to declare constant; switch to "enum" (Issue...Jeffrey Walton2016-09-061-4/+0
* Initial fix for older Apple ld's non_lazy_ptr missing symbols (Issue 255)Jeffrey Walton2016-09-061-32/+37
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-5/+14
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-606/+616
* Companion checkin to 572506de3d00f1280c89b1168384178a988c4486. Salsa and Sose...Jeffrey Walton2015-08-031-7/+11
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-2/+2
* 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 Salsa validation failure when compiling with GCC 4.6 (https://sourceforge...weidai2011-06-051-10/+11
* fix compile on OpenSolaris 8.11weidai2009-03-131-6/+2
* - add EAX mode, XSalsa20weidai2009-03-121-17/+54
* changes for 5.6: weidai2009-03-021-5/+6
* fix compile for ICC 10weidai2007-09-241-27/+26
* remove -msse2 since we don't use SSE2 intrinsics anymoreweidai2007-09-241-1/+1
* - port x64 assembly code to MASMweidai2007-09-241-246/+473
* fixed Salsa20 initialization crash on non-SSE2 machinesweidai2007-08-131-57/+60
* work around GCC bug for x64weidai2007-05-051-1/+2
* fix compile on Mac OS Xweidai2007-05-041-6/+7
* reduce risk of reusing random numbers after VM state rollbackweidai2007-05-041-17/+12
* fix compile on Sun CCweidai2007-04-161-0/+2
* SSE2 optimizationsweidai2007-04-151-86/+283
* port to Borland C++Builder 2006weidai2006-12-141-1/+1
* add Salsa20 cipherweidai2006-12-091-0/+139