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
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor tweaks for coverage
Jack Lloyd
2018-03-10
1
-4
/
+5
*
Avoid warning in threefish.h
Jack Lloyd
2018-03-10
1
-6
/
+0
*
Rename threefish module to threefish_512
Jack Lloyd
2018-03-06
7
-6
/
+25
*
Unroll ARMv8 AES instructions by 4 to allow pipelining
Jack Lloyd
2018-02-25
1
-84
/
+307
*
Implement decryption
Jack Lloyd
2018-02-23
2
-43
/
+148
*
AES encryption using POWER8 intrinsics
Jack Lloyd
2018-02-23
4
-0
/
+296
*
Simplify IDEA key schedule
Jack Lloyd
2018-02-23
1
-23
/
+28
*
ABI for Aarch64 crypto
Jack Lloyd
2018-01-12
1
-3
/
+1
*
Make stream, block, hash and cipher mode base classes optional
Jack Lloyd
2018-01-12
1
-0
/
+5
*
Add missing ISA annotations
Jack Lloyd
2018-01-04
1
-0
/
+1
*
Enable using NEON on Clang
Jack Lloyd
2017-12-10
1
-4
/
+4
*
Create two macros for CAST-128 vs CAST-256
Jack Lloyd
2017-12-03
2
-2
/
+9
*
Constify variables in AES-NI code
Jack Lloyd
2017-11-18
1
-104
/
+104
*
Optimize Twofish
Jack Lloyd
2017-11-16
1
-76
/
+156
*
Correct CAST-128 decryption with more than 1 block
Jack Lloyd
2017-11-16
1
-32
/
+32
*
Optimizations for CAST-128
Jack Lloyd
2017-11-16
1
-45
/
+135
*
Optimize Blowfish
Jack Lloyd
2017-11-16
1
-41
/
+82
*
Format tweaks
Jack Lloyd
2017-11-02
1
-2
/
+2
*
Avoid using semicolon at and of do { } while(0) macro block.
Jack Lloyd
2017-11-02
2
-19
/
+19
*
Include <memory> in base type headers
Jack Lloyd
2017-10-29
1
-0
/
+1
*
Add checks that keyed algorithms are actually keyed before use
Jack Lloyd
2017-10-26
20
-9
/
+99
*
Convert http:// links to https:// where possible
Jack Lloyd
2017-10-24
5
-5
/
+5
*
Correct usage of std::aligned_storage
Jack Lloyd
2017-10-15
1
-6
/
+6
*
Additional final annotations
Jack Lloyd
2017-10-15
2
-4
/
+4
*
Use overaligned storage for AES T-Table
Jack Lloyd
2017-10-14
1
-32
/
+56
*
Reduce AES to using a single T-table
Jack Lloyd
2017-10-13
1
-127
/
+78
*
Optimizations for SM4
Jack Lloyd
2017-10-13
1
-35
/
+94
*
Swapped encrypt and decrypt in BlockCipher _xex functions
Jack Lloyd
2017-10-12
1
-2
/
+2
*
Use SIMD for in Threefish
Jack Lloyd
2017-10-12
1
-2
/
+2
*
OCB optimizations
Jack Lloyd
2017-10-12
1
-0
/
+39
*
Add compile-time rotation functions
Jack Lloyd
2017-10-12
18
-196
/
+199
*
Address some bool/int conversion warnings from Sonar
Jack Lloyd
2017-10-06
1
-1
/
+2
*
Address various GCC warnings
Jack Lloyd
2017-10-06
1
-8
/
+8
*
Remove redundant private: specifier
Jack Lloyd
2017-10-03
1
-1
/
+1
*
Remove redundant parens
Jack Lloyd
2017-10-03
1
-1
/
+1
*
Remove unnecessary virtuals from final classes
Jack Lloyd
2017-10-02
1
-2
/
+2
*
Remove protected functions from final classes
Jack Lloyd
2017-10-02
3
-24
/
+2
*
Fix some cast warnings from Sonar
Jack Lloyd
2017-10-01
4
-5
/
+5
*
Remove unused namespace
Jack Lloyd
2017-09-30
1
-4
/
+0
*
Change this code so Sonar understands div by zero can't happen
Jack Lloyd
2017-09-30
1
-2
/
+3
*
Use explicit on more single-argument constructors
Jack Lloyd
2017-09-30
1
-1
/
+4
*
Address some MSVC warnings
Jack Lloyd
2017-09-30
1
-2
/
+2
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
2
-2
/
+2
*
Header file cleanups
Jack Lloyd
2017-09-21
3
-3
/
+0
*
Correct an error in SHACAL2 x86 code in unrolled case
Jack Lloyd
2017-09-20
1
-3
/
+3
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
25
-50
/
+50
*
More annotations
Jack Lloyd
2017-09-19
3
-5
/
+5
*
Add API stability annotations.
Jack Lloyd
2017-09-19
20
-26
/
+26
*
Small simplification in CAST-128
Jack Lloyd
2017-09-16
1
-41
/
+41
*
Add support for AES extensions on ARMv8
Jack Lloyd
2017-09-03
4
-0
/
+367
[next]