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
*
NULLPTR fix for blake2
Dmitry S. Baikov
2017-05-11
1
-1
/
+1
*
blake2: Fixed initialization when using non-keyed constructor with non-standa...
Dmitry S. Baikov
2017-05-11
1
-1
/
+1
*
Removed 'aligned' makefile target. It was made default in 5.6.5
Jeffrey Walton
2017-03-28
1
-2
/
+1
*
Add C++ nullptr support (Issue 383)
Jeffrey Walton
2017-03-01
1
-3
/
+3
*
Remove extra preamble for copyright.
Jeffrey Walton
2017-02-21
1
-3
/
+2
*
Add asserts to validation routines
Jeffrey Walton
2017-01-29
1
-2
/
+2
*
Add BLAKE2B_ and BLAKE2S_ prefix to macros, remive \#undef's
Jeffrey Walton
2017-01-22
1
-227
/
+130
*
Comments and whitespace (Issue 367)
Jeffrey Walton
2017-01-22
1
-96
/
+97
*
Disable NEON for Cortex-A53 and A57 processors (Issue 367)
Jeffrey Walton
2017-01-22
1
-2081
/
+1153
*
spelling fixes
klemens
2016-12-27
1
-2
/
+2
*
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
[next]