index
:
delta/cryptopp-git.git
CRYPTOPP_5_6_2_clean
master
github.com: weidai11/cryptopp.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
blake2.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed VC++ 5.0 and 6.0 workarounds (Issue 342)
Jeffrey Walton
2016-12-03
1
-1
/
+1
*
Fix SunCC compile under x86_64
Jeffrey Walton
2016-09-21
1
-8
/
+3
*
Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)
Jeffrey Walton
2016-09-16
1
-14
/
+14
*
Work around BLAKE2b self test failures under SunCC 5.12 with SSE2 (Issue 247)
Jeffrey Walton
2016-08-24
1
-0
/
+7
*
Fix compile under VS2013 X86
Jeffrey Walton
2016-08-21
1
-2
/
+2
*
Fix compile under VS2012 X86
Jeffrey Walton
2016-08-21
1
-1
/
+1
*
Fix compile under VS2010 X86
Jeffrey Walton
2016-08-21
1
-1
/
+1
*
Fixed compile under Visual Studio 2008, 32-bit
Jeffrey Walton
2016-07-24
1
-1
/
+1
*
Removed SSE2 and SSE4 restrictions under Visual Studio
Jeffrey Walton
2016-07-24
1
-15
/
+3
*
Add SSE2 guard with CRYPTOPP_BOOL_SSE2_AVAILABLE
Jeffrey Walton
2016-07-24
1
-1
/
+1
*
Enable CRYPTOPP_BOOL_SSE4_INTRINSICS_AVAILABLE
Jeffrey Walton
2016-07-24
1
-1
/
+1
*
Prefer union access over pointer cast
Jeffrey Walton
2016-07-24
1
-5
/
+5
*
Avoid accessing union value through inactive member
Jeffrey Walton
2016-07-23
1
-2
/
+3
*
Fixed arguments to _mm_set_epi64x
Jeffrey Walton
2016-07-23
1
-1
/
+1
*
Add replacement for _mm_set_epi64x under Sun Studio 12.3 and below
Jeffrey Walton
2016-07-23
1
-3
/
+13
*
Fix compile under iOS
Jeffrey Walton
2016-07-13
1
-7
/
+1
*
Clear Valgrind findings under -Ofast
Jeffrey Walton
2016-07-12
1
-7
/
+9
*
Fix compile under Sun Studio 12.3 and below with -xarch=aes defines
Jeffrey Walton
2016-07-10
1
-6
/
+6
*
Add SunCC 12.4 support for specialized implementations if CRC, RDRAND and BLAKE2
Jeffrey Walton
2016-07-10
1
-2
/
+7
*
Go back to Commit 66ada4cc61d62afc
Jeffrey Walton
2016-07-06
1
-1
/
+1
*
Revert "Merge remote-tracking branch 'upstream/master'" - not intended to be ...
Mouse
2016-07-06
1
-1
/
+1
*
Add MacPorts GCC compiler and Clang integrated assembler support. This is a m...
Jeffrey Walton
2016-07-05
1
-1
/
+1
*
Avoid Coverity finding SIZEOF_MISMATCH/suspicious_sizeof (Issue 210)
Jeffrey Walton
2016-07-01
1
-23
/
+29
*
Use COUNTOF and offset consistently
Jeffrey Walton
2016-07-01
1
-16
/
+20
*
Remove CRYPTOPP_NO_VTABLE from BLAKE2_Info<T>. Fix memset salt and personaliz...
Jeffrey Walton
2016-06-30
1
-20
/
+24
*
Merge 'solaris' dev branch into 'master'
Jeffrey Walton
2016-06-15
1
-0
/
+5
*
Add C++11 alignas support. Deleting 'alignas' branch
Jeffrey Walton
2016-06-14
1
-0
/
+4
*
Cleared warning 'Warning: personalization hides CryptoPP::BLAKE2_ParameterBlo...
Jeffrey Walton
2016-06-08
1
-30
/
+30
*
Cleared warning 'extra ";" ignored'
Jeffrey Walton
2016-06-08
1
-12
/
+12
*
Cleared "C4101: unreferenced local variable" under Visual Studio
Jeffrey Walton
2016-05-30
1
-1
/
+0
*
Commented out assert. Its still firing without an accompanying SIGBUS
Jeffrey Walton
2016-05-28
1
-2
/
+2
*
Backed-off assert for input byte array
Jeffrey Walton
2016-05-28
1
-1
/
+2
*
Remove uneeded assert
Jeffrey Walton
2016-05-21
1
-2
/
+0
*
Add call to ThrowIfInvalidTruncatedSize in TruncatedFinal
Jeffrey Walton
2016-05-21
1
-2
/
+3
*
Fix hash calculation for big endian machines. Remove unused functions
Jeffrey Walton
2016-05-21
1
-31
/
+5
*
Avoid Valgrind uninitialized warning by defering checks and using asserts
Jeffrey Walton
2016-05-21
1
-18
/
+54
*
Fixed memory error after switch to FixedSizeAlignedSecBlock<State> and FixedS...
Jeffrey Walton
2016-05-19
1
-8
/
+12
*
Add test for AES, SHA1 and SHA2 from ARM Crypto extension
Jeffrey Walton
2016-05-19
1
-0
/
+1
*
Clear Visual Studio C4316 warning for "object allocated on the heap may not b...
Jeffrey Walton
2016-05-17
1
-46
/
+91
*
Cleared unused variable warning under MSC. Whitespace cleanup
Jeffrey Walton
2016-05-15
1
-118
/
+117
*
Re-enable BLAKE2_NEON_Compress64
Jeffrey Walton
2016-05-14
1
-309
/
+425
*
Disable ARM NEON 64-bit Comprress function. Its got a copy/paste error somewh...
Jeffrey Walton
2016-05-12
1
-1374
/
+1432
*
Fix Restart()
Jeffrey Walton
2016-05-11
1
-1
/
+2
*
Add BLAKE2_NEON_Compress64
Jeffrey Walton
2016-05-11
1
-95
/
+971
*
Change each 'm' to use 'm[]' with a reserve for creating arrays in-place. It ...
Jeffrey Walton
2016-05-07
1
-75
/
+144
*
Add BLAKE2_NEON_Compress32
Jeffrey Walton
2016-05-07
1
-51
/
+519
*
Cleared compile errors under Visual Studio .Net compilers
Jeffrey Walton
2016-04-29
1
-4
/
+4
*
Cleared -Wcast-align warnings under Clang (also see LLVM bug 20670)
Jeffrey Walton
2016-04-20
1
-81
/
+82
*
Enable BLAKE2_SSE2_Compress32 and BLAKE2_SSE4_Compress32. Add static function...
Jeffrey Walton
2016-04-19
1
-54
/
+56
*
Enable BLAKE2_SSE4_Compress32 and BLAKE2_SSE4_Compress64 for VS2008
Jeffrey Walton
2016-04-19
1
-2
/
+2
[next]