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
/
aes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Optimize AES vperm implementation
Jack Lloyd
2020-01-20
1
-68
/
+68
*
Clean up handling of POWER ISA extensions
Jack Lloyd
2019-12-12
2
-12
/
+12
*
Avoid shadow warning in AES vperm code
Jack Lloyd
2019-12-05
1
-10
/
+9
*
Fix some MSVC warnings
Jack Lloyd
2019-10-18
1
-1
/
+1
*
Merge CLMUL and PMULL code
Jack Lloyd
2019-09-25
1
-34
/
+3
*
Fix AES vperm in single file amalgamation
Jack Lloyd
2019-09-12
1
-3
/
+11
*
Merge GH #2061 Add header deprecation warnings
Jack Lloyd
2019-09-08
1
-0
/
+2
|
\
|
*
Deprecate many publically available headers
Jack Lloyd
2019-09-06
1
-0
/
+2
*
|
Disable vperm AES on big-endian systems
Jack Lloyd
2019-09-07
1
-0
/
+2
*
|
Add support for vector permute AES using AltiVec
Jack Lloyd
2019-09-07
2
-0
/
+26
*
|
In aes_vperm avoid loading from data segment
Jack Lloyd
2019-09-06
1
-17
/
+12
|
/
*
Merge GH #2096 Unroll POWER8 AES instructions by 4x
Jack Lloyd
2019-09-04
1
-105
/
+328
|
\
|
*
Unroll POWER8 AES instructions by 4x
Jack Lloyd
2019-09-04
1
-105
/
+328
*
|
Make ssse3/sse2 dependencies explicit rather than implicit
Jack Lloyd
2019-09-04
1
-0
/
+2
*
|
Add build support
Jack Lloyd
2019-09-04
1
-2
/
+13
*
|
Some cleanups
Jack Lloyd
2019-09-04
1
-54
/
+52
*
|
Unroll blocks by 2x
Jack Lloyd
2019-09-03
2
-70
/
+188
*
|
Support NEON for AES vector permutes
Jack Lloyd
2019-09-01
4
-110
/
+154
|
/
*
Build fixes
Jack Lloyd
2019-08-31
1
-2
/
+1
*
Abstract the AES SSSE3 implementation to support other SIMD
Jack Lloyd
2019-08-31
2
-449
/
+333
*
Report parallism for AES when hardware is available
Jack Lloyd
2019-07-05
1
-0
/
+14
*
Make the ISA list a list
Jack Lloyd
2019-04-17
4
-4
/
+12
*
Remove some unnecessary asserts
Jack Lloyd
2019-01-22
3
-34
/
+0
*
Avoid including rotate.h in bswap.h
Jack Lloyd
2018-12-21
1
-0
/
+1
*
Make a few simple functions constexpr
Jack Lloyd
2018-10-01
1
-9
/
+9
*
Remove support for Visual C++ 2013
Jack Lloyd
2018-10-01
1
-2
/
+2
*
Remove unneeded load_on auto
Jack Lloyd
2018-09-04
2
-4
/
+0
*
Prefetch AES tables during the key schedule
Jack Lloyd
2018-07-06
1
-8
/
+27
*
Add message to BOTAN_ARG_CHECK and use it more widely
Jack Lloyd
2018-05-13
1
-2
/
+1
*
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
*
ABI for Aarch64 crypto
Jack Lloyd
2018-01-12
1
-3
/
+1
*
Constify variables in AES-NI code
Jack Lloyd
2017-11-18
1
-104
/
+104
*
Add checks that keyed algorithms are actually keyed before use
Jack Lloyd
2017-10-26
1
-0
/
+12
*
Convert http:// links to https:// where possible
Jack Lloyd
2017-10-24
1
-1
/
+1
*
Correct usage of std::aligned_storage
Jack Lloyd
2017-10-15
1
-6
/
+6
*
Additional final annotations
Jack Lloyd
2017-10-15
1
-3
/
+3
*
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
*
Add compile-time rotation functions
Jack Lloyd
2017-10-12
1
-30
/
+30
*
Fix some cast warnings from Sonar
Jack Lloyd
2017-10-01
1
-1
/
+1
*
Change this code so Sonar understands div by zero can't happen
Jack Lloyd
2017-09-30
1
-2
/
+3
*
Header file cleanups
Jack Lloyd
2017-09-21
1
-1
/
+0
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
1
-2
/
+2
*
Add API stability annotations.
Jack Lloyd
2017-09-19
1
-3
/
+3
*
Add support for AES extensions on ARMv8
Jack Lloyd
2017-09-03
4
-0
/
+367
*
Remove BOTAN_PARALLEL_FOR from T-table AES
Jack Lloyd
2017-08-22
1
-1
/
+1
*
Notify callers of parallel ops for AES, IDEA, Noekeon, SHACAL2 and Threefish
Jack Lloyd
2017-08-14
2
-0
/
+22
*
Handle IV carryover in CBC, CFB, and stream ciphers
Jack Lloyd
2017-05-13
1
-0
/
+12
[next]