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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Need to ensure minimum size here
Jack Lloyd
2018-11-27
1
-0
/
+1
*
Optimizations for NIST reduction
Jack Lloyd
2018-11-26
1
-22
/
+20
*
Make more BigInt functions const-time
Jack Lloyd
2018-11-26
7
-135
/
+328
*
Merge GH #1744 Make exception throws easier to debug
Jack Lloyd
2018-11-23
72
-330
/
+627
|
\
|
*
Make exceptions easier to translate to error codes
Jack Lloyd
2018-11-23
72
-330
/
+627
*
|
Implement const time select based on xor-swap
Jack Lloyd
2018-11-23
1
-1
/
+2
*
|
In operator>> avoid testing for zero unless required
Jack Lloyd
2018-11-23
1
-1
/
+1
|
/
*
Simplify Salsa20 xor loop
Jack Lloyd
2018-11-21
1
-4
/
+7
*
Fix type error
Jack Lloyd
2018-11-21
1
-1
/
+1
*
Slight simplification to ChaCha loop
Jack Lloyd
2018-11-21
1
-7
/
+13
*
When available use RDRAND for Stateful_RNG additional data
Jack Lloyd
2018-11-21
1
-4
/
+19
*
Use builtin_bswap16 when available
Jack Lloyd
2018-11-20
1
-0
/
+4
*
Add typecast_copy
Jack Lloyd
2018-11-17
3
-30
/
+48
*
Avoid calling memset, memcpy within library code
Jack Lloyd
2018-11-17
11
-18
/
+20
*
Remove needless memset operation
Jack Lloyd
2018-11-17
1
-1
/
+0
*
Use vzeroupper/vzeroall to transition between AVX and SSE states.
Jack Lloyd
2018-11-10
4
-0
/
+32
*
Avoid an implausible integer overflow flagged by Coverity [ci skip]
Jack Lloyd
2018-11-10
1
-1
/
+6
*
Avoid branching in the NIST prime reduction code
Jack Lloyd
2018-11-09
2
-59
/
+58
*
Merge GH #1737 Inline mp_core
Jack Lloyd
2018-11-09
4
-604
/
+439
|
\
|
*
Use resize instead of shrink_to_fit
Jack Lloyd
2018-11-09
2
-3
/
+10
|
*
Inline the contents of mp_core.cpp
Jack Lloyd
2018-11-09
2
-601
/
+429
*
|
Cleanups in Poly1305
Jack Lloyd
2018-11-09
1
-23
/
+23
|
/
*
Merge GH #1734 Refactor BigInt data model, add sig_words cache
Jack Lloyd
2018-11-09
3
-107
/
+253
|
\
|
*
Optimize mod_sub
Jack Lloyd
2018-11-09
1
-10
/
+21
|
*
Add a cache of sig words to BigInt
Jack Lloyd
2018-11-09
3
-97
/
+232
*
|
Rename get_uint32_t to get_uint32
Jack Lloyd
2018-11-09
1
-67
/
+67
|
/
*
Add some missing includes
Jack Lloyd
2018-11-08
8
-0
/
+9
*
Switch LibreSSL provider to OpenSSL 1.1 API
Alexander Bluhm
2018-11-07
3
-6
/
+6
*
Compile fix
Jack Lloyd
2018-11-07
1
-0
/
+1
*
Avoid throwing std:: exceptions
Jack Lloyd
2018-11-07
1
-0
/
+1
*
Avoid using std::invalid_argument
Jack Lloyd
2018-11-07
1
-2
/
+2
*
Add missing <stdexcept> <string> necessary
Larry-Hu
2018-11-07
2
-2
/
+2
*
Simplify BigInt::is_zero
Jack Lloyd
2018-11-06
1
-6
/
+1
*
Merge GH #1730 Optimize AVX2 ChaCha
Jack Lloyd
2018-11-06
2
-238
/
+209
|
\
|
*
Optimize AVX2 ChaCha
Jack Lloyd
2018-11-05
2
-238
/
+209
*
|
Merge GH #1729 Optimize SIMD_4x32 for NEON
Jack Lloyd
2018-11-06
1
-33
/
+32
|
\
\
|
*
|
Fix for 32-bit ARM
Jack Lloyd
2018-11-05
1
-0
/
+9
|
*
|
Some optimizations for NEON in SIMD_4x32
Jack Lloyd
2018-11-05
1
-35
/
+25
|
|
/
*
/
Remove SIMD_32 typedef
Jack Lloyd
2018-11-05
4
-50
/
+48
|
/
*
Add ChaCha using SIMD_4x32
Jack Lloyd
2018-11-04
9
-608
/
+236
*
Ensure this works even if par mult param is set to 1
Jack Lloyd
2018-11-02
1
-1
/
+1
*
Merge GH #1724 Increase update granularity of GCM to work around FFI problem
Jack Lloyd
2018-11-02
1
-1
/
+1
|
\
|
*
Fixed an issue where update_granularity is equal to tag_size in GCM mode, whi...
chux0519
2018-11-01
1
-1
/
+1
*
|
Add missing <stdexcept> <string> necessary
Cheney-Wang
2018-11-02
1
-0
/
+2
|
/
*
Minor optimization when primality checking
Jack Lloyd
2018-10-31
1
-2
/
+4
*
Handle setting AD after a nonce correctly in AEADs
Jack Lloyd
2018-10-31
3
-3
/
+11
*
Fixes and improvments for TSS code
Jack Lloyd
2018-10-29
2
-45
/
+141
*
Fix compilation problem when scrypt is disabled
Jack Lloyd
2018-10-29
1
-0
/
+1
*
Add ChaCha in NEON
Jack Lloyd
2018-10-26
4
-0
/
+324
*
In ChaCha AVX2/SSE2 code s/input/state/
Jack Lloyd
2018-10-26
2
-80
/
+79
[next]