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
/
aes.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
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
*
Implement decryption
Jack Lloyd
2018-02-23
1
-3
/
+3
*
AES encryption using POWER8 intrinsics
Jack Lloyd
2018-02-23
1
-0
/
+49
*
Add checks that keyed algorithms are actually keyed before use
Jack Lloyd
2017-10-26
1
-0
/
+12
*
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
*
Add support for AES extensions on ARMv8
Jack Lloyd
2017-09-03
1
-0
/
+62
*
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
1
-0
/
+16
*
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
1
-65
/
+65
*
Fix clang-analyzer warning in AES code
Jack Lloyd
2016-12-16
1
-6
/
+4
*
Add Cilk/OpenMP support
Jack Lloyd
2016-11-26
1
-24
/
+24
*
Change T::provider to return std::string
Jack Lloyd
2016-09-15
1
-3
/
+3
*
Add T::provider() to allow user to inquire about implementation used
Jack Lloyd
2016-09-15
1
-0
/
+23
*
Merge optimized implementations into base class
Jack Lloyd
2016-09-15
1
-0
/
+126
*
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
*
Mass-prefix member vars with m_
René Korthaus
2016-01-08
1
-21
/
+21
*
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
*
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
1
-1
/
+1
*
Move lib into src
lloyd
2014-01-10
1
-0
/
+752