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
*
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
*
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
3
-3
/
+9
*
Fix various SunCC and Solaris warnings and build problems.
Jack Lloyd
2017-01-24
1
-2
/
+2
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
4
-121
/
+121
*
Fix clang-analyzer warning in AES code
Jack Lloyd
2016-12-16
1
-6
/
+4
*
Add Cilk/OpenMP support
Jack Lloyd
2016-11-26
2
-26
/
+26
*
Move ISA optimized versions under the main algo dir
Jack Lloyd
2016-11-03
4
-0
/
+1435
*
Change T::provider to return std::string
Jack Lloyd
2016-09-15
2
-6
/
+6
*
Add T::provider() to allow user to inquire about implementation used
Jack Lloyd
2016-09-15
2
-0
/
+27
*
Merge optimized implementations into base class
Jack Lloyd
2016-09-15
2
-0
/
+162
*
These vectors can be const
Jack Lloyd
2016-09-09
1
-2
/
+2
*
added an assert for aes key length >= 4 in aes_key_schedule to prevent divisi...
Daniel Neus
2016-03-02
1
-0
/
+6
*
Add final attribute to many classes
Jack Lloyd
2016-01-10
1
-3
/
+3
*
Mass-prefix member vars with m_
René Korthaus
2016-01-08
2
-27
/
+27
*
Improve side channel attack resistance of table based AES impl
Jack Lloyd
2015-11-29
1
-414
/
+147
*
Fix static lib registration for block, hash, mac, stream, kdf
Jack Lloyd
2015-09-10
1
-5
/
+1
*
block: Add missing overrides
Daniel Seither
2015-07-30
1
-18
/
+18
*
lib/block: Convert &vec[0] to vec.data()
Simon Warta
2015-06-27
1
-2
/
+2
*
Add a runtime map of string->func() which when called return
lloyd
2015-01-28
1
-2
/
+5
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
2
-2
/
+2
*
Move lib into src
lloyd
2014-01-10
3
-0
/
+830