index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
hash
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge GH #2456 Remove deprecated headers, make many headers internal
Jack Lloyd
2020-11-06
53
-171
/
+129
|
\
|
*
Remove deprecated headers, make more headers internal
Jack Lloyd
2020-11-06
53
-171
/
+129
*
|
Remove compiler version checks for old compilers
Jack Lloyd
2020-11-06
4
-10
/
+10
|
/
*
Remove default output length for SHAKE
Jack Lloyd
2020-11-05
1
-4
/
+4
*
Remove Tiger hash function
Jack Lloyd
2020-11-05
5
-633
/
+0
*
Minor optimization for Blake2b::final_result
Jack Lloyd
2019-12-08
1
-1
/
+2
*
Resolve various integer conversion warnings from MSVC
Jack Lloyd
2019-12-06
1
-1
/
+1
*
Deprecate many publically available headers
Jack Lloyd
2019-09-06
38
-0
/
+60
*
Make ssse3/sse2 dependencies explicit rather than implicit
Jack Lloyd
2019-09-04
2
-0
/
+2
*
Add BOTAN_FORCE_INLINE and use it in BLAKE2b
Jack Lloyd
2019-08-31
1
-3
/
+3
*
Fix a carry handling bug in Streebog
Jack Lloyd
2019-08-26
1
-3
/
+4
*
Remove BearSSL provider
Jack Lloyd
2019-07-05
1
-16
/
+1
*
Fix conflict when BMI2 is enabled and --single-amalgamation-file
Jack Lloyd
2019-06-19
1
-3
/
+3
*
Make the ISA list a list
Jack Lloyd
2019-04-17
8
-8
/
+28
*
Fix some extra semicolons
Jack Lloyd
2019-03-27
1
-1
/
+1
*
Work around problem with GCC 4.8
Jack Lloyd
2019-03-26
2
-2
/
+4
*
Fix some warnings from GCC 9
Jack Lloyd
2019-03-25
2
-2
/
+2
*
s/Blake2b/BLAKE2b/
Jack Lloyd
2019-02-22
2
-18
/
+20
*
Unroll SHA-3
Jack Lloyd
2019-02-21
2
-132
/
+158
*
Recognize BLAKE2b also [ci skip]
Jack Lloyd
2019-01-31
1
-1
/
+1
*
Add BMI2 variants for SHA-512 and SHA-3
Jack Lloyd
2019-01-18
10
-10
/
+413
*
Avoid including rotate.h in bswap.h
Jack Lloyd
2018-12-21
9
-0
/
+9
*
Fix more MSVC warnings
Jack Lloyd
2018-12-10
1
-1
/
+1
*
Fix some MSVC warnings
Jack Lloyd
2018-12-10
1
-1
/
+1
*
Merge GH #1776 Clean ups in MDx_HashFunction
Jack Lloyd
2018-12-08
2
-33
/
+49
|
\
|
*
Require MDx_HashFunction block size to be a power of 2
Jack Lloyd
2018-12-08
2
-14
/
+25
|
*
Cleanups in MDx_HashFunction
Jack Lloyd
2018-12-08
2
-32
/
+37
*
|
Clean up Streebog and fix use of unaligned loads
Jack Lloyd
2018-12-08
2
-94
/
+114
|
/
*
Avoid calling memset, memcpy within library code
Jack Lloyd
2018-11-17
1
-1
/
+3
*
Fix some warnings in ARM specific code
Jack Lloyd
2018-10-01
1
-12
/
+12
*
Add support for hashing with CommonCrypto
Jose Pereira
2018-09-03
1
-3
/
+17
*
Tiny optimization in MDx_HashFunction::final_result
Jack Lloyd
2018-05-28
1
-2
/
+1
*
Add BMI2-specific SHA-256
Jack Lloyd
2018-05-27
4
-2
/
+167
*
Add message to BOTAN_ARG_CHECK and use it more widely
Jack Lloyd
2018-05-13
1
-2
/
+2
*
Rename threefish module to threefish_512
Jack Lloyd
2018-03-06
2
-2
/
+2
*
Optimize SHA_3::expand
Jack Lloyd
2018-01-31
1
-15
/
+14
*
Whitespace
Jack Lloyd
2018-01-30
1
-5
/
+5
*
Use copy_out_vec_le instead of explicit loop in SHA-3 and Keccak
Jack Lloyd
2018-01-30
2
-4
/
+2
*
Reorganize SHA-3 source file [ci skip]
Jack Lloyd
2018-01-30
1
-35
/
+35
*
Avoid allocating zero bytes for SHA-3 padding
Jack Lloyd
2018-01-30
4
-27
/
+28
*
ABI for Aarch64 crypto
Jack Lloyd
2018-01-12
2
-8
/
+2
*
Make stream, block, hash and cipher mode base classes optional
Jack Lloyd
2018-01-12
2
-0
/
+8
*
Add missing ISA annotations
Jack Lloyd
2018-01-04
3
-2
/
+3
*
Avoid macros in Blake2b to workaround Visual C++ 2017 infinite loop
Jack Lloyd
2017-12-30
1
-39
/
+44
*
Rename SSE4.x names to avoid underscores
Jack Lloyd
2017-12-11
2
-2
/
+2
*
Rename the SSE4 ISA extensions
Jack Lloyd
2017-12-11
2
-2
/
+2
*
Rename CRC24 tables
Jack Lloyd
2017-12-10
1
-9
/
+9
*
Fix a typo in sha1_sse2.cpp
Felix Yan
2017-12-03
1
-1
/
+1
*
Minor documentation fix in HashFunction::create_or_throw.
Marcus Brinkmann
2017-11-26
1
-1
/
+1
*
Merge GH #1281 CRC24 optimizations
Jack Lloyd
2017-10-29
2
-67
/
+213
|
\
[next]