index
:
delta/cryptopp-git.git
CRYPTOPP_5_6_2_clean
master
github.com: weidai11/cryptopp.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
rijndael.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Align Rijdael SIMD data to natural alignment
Jeffrey Walton
2020-04-03
1
-4
/
+4
*
Remove double semicolons after sed'ing defines
Jeffrey Walton
2019-10-03
1
-1
/
+1
*
Update comments
Jeffrey Walton
2019-07-21
1
-1
/
+1
*
Avoid use of NDEBUG in source files
Jeffrey Walton
2018-12-03
1
-3
/
+5
*
Update comments
Jeffrey Walton
2018-11-11
1
-1
/
+0
*
Rename files with dashes to underscores (GH #736)
Jeffrey Walton
2018-11-10
1
-1
/
+1
*
Fix global optimization bug for ChaCha AVX2 under VS2017 (GH #735)
Jeffrey Walton
2018-11-09
1
-3
/
+3
*
Disable global optimizations for Rijndael using MSC compiler (GH #649)
Jeffrey Walton
2018-11-05
1
-0
/
+8
*
Sync CRYPTOPP_{BIG|LITTLE}_ENDIAN with Autotools
Jeffrey Walton
2018-10-28
1
-1
/
+1
*
Fix unused variable warnings (GH #723)
orangefour
2018-10-22
1
-9
/
+0
*
Allow Cryptogam's AES thunk to be inlined
Jeffrey Walton
2018-10-14
1
-8
/
+4
*
Use consistent suffix for SSE2 ASM
Jeffrey Walton
2018-08-20
1
-3
/
+3
*
Disable X32 inline assembly (GH #686, PR #704)
Jeffrey Walton
2018-08-18
1
-11
/
+6
*
Disable same buffer for in and out on ARM A-32 (GH #683)
Jeffrey Walton
2018-07-12
1
-0
/
+4
*
Remove CRYPTOPP_ALLOW_UNALIGNED_DATA_ACCESS support (GH #682)
Jeffrey Walton
2018-07-11
1
-15
/
+16
*
Add ARM AES asm implementation from Cryptogams (GH #683)
Jeffrey Walton
2018-07-11
1
-9
/
+104
*
Add algorithm provider member function to Algorithm class
Jeffrey Walton
2018-07-06
1
-0
/
+21
*
Remove unneeded round parameter on Rijndael_UncheckedSetKey_SSE4_AESNI
Jeffrey Walton
2018-02-20
1
-2
/
+2
*
Remove unneeded parameter for Rijndael_UncheckedSetKey_POWER8
Jeffrey Walton
2018-02-20
1
-2
/
+2
*
Move Altivec AdvancedProcessBlocks into adv-simd.h
Jeffrey Walton
2018-01-02
1
-4
/
+4
*
Switch to rotlConstant and rotrConstant
Jeffrey Walton
2017-11-25
1
-2
/
+2
*
Rename CRYPTOPP_ENABLE_ADVANCED_PROCESS_BLOCKS for Rijndael
Jeffrey Walton
2017-11-22
1
-2
/
+2
*
Prefix IS_LITTLE_ENDIAN and IS_BIG_ENDIAN with CRYPTOPP
Jeffrey Walton
2017-11-10
1
-1
/
+1
*
Use SetMark to avoid unneeded zeroization in Rijndael
Jeffrey Walton
2017-10-08
1
-0
/
+4
*
Move AliasedWithTable into unnamed namespace
Jeffrey Walton
2017-10-05
1
-57
/
+54
*
Move Power8 crypto functions into ppc-crypto.h
Jeffrey Walton
2017-09-22
1
-2
/
+0
*
Enable little endian Rijndael_UncheckedSetKey_POWER8 using built-ins
Jeffrey Walton
2017-09-21
1
-4
/
+5
*
Move Rijndael_UncheckedSetKey_POWER8 prior to GetUserKey call
Jeffrey Walton
2017-09-21
1
-6
/
+7
*
Add Rijndael_UncheckedSetKey_POWER8
Jeffrey Walton
2017-09-19
1
-20
/
+11
*
ByteReverseArray → ReverseByteArrayLE
Jeffrey Walton
2017-09-18
1
-2
/
+2
*
Refactor LoadT() and StoreT(). Add separate ReverseT() for little endian mach...
Jeffrey Walton
2017-09-18
1
-2
/
+2
*
Add AdvancedProcessBlocks for Power8
Jeffrey Walton
2017-09-12
1
-8
/
+15
*
Add Power8 AES decryption
Jeffrey Walton
2017-09-12
1
-19
/
+35
*
Update comments
Jeffrey Walton
2017-09-12
1
-5
/
+4
*
Add Power8 AES encryption
Jeffrey Walton
2017-09-11
1
-4
/
+48
*
Revert AltiVec and Power8 commits
Jeffrey Walton
2017-09-05
1
-29
/
+0
*
Warn of under-aligned buffers when using AES in debug mode
Jeffrey Walton
2017-09-04
1
-0
/
+20
*
Fixup under-aligned buffers when using AES on AltiVec and Power8
Jeffrey Walton
2017-09-04
1
-0
/
+9
*
Support Base Implementation + SIMD implementation on Solaris (PR #461)
Jeffrey Walton
2017-08-24
1
-7
/
+0
*
Remove BOOL macro value (GH #462)
Jeffrey Walton
2017-08-20
1
-7
/
+7
*
Update comments
Jeffrey Walton
2017-08-19
1
-2
/
+7
*
Split source files to support Base Implementation + SIMD implementation (GH #...
Jeffrey Walton
2017-08-17
1
-402
/
+74
*
Update comments in Rijndael head comments
Jeffrey Walton
2017-08-15
1
-0
/
+4
*
Fix bad SHA::Transform calculation (Issue 455)
Jeffrey Walton
2017-08-13
1
-1
/
+1
*
Cleanup casts due to Clang
Jeffrey Walton
2017-08-13
1
-28
/
+32
*
Add AES for ARMv8 (Issue 458)
Jeffrey Walton
2017-08-11
1
-0
/
+122
*
Updated static initializers
Jeffrey Walton
2017-03-17
1
-1
/
+0
*
Add C++ nullptr support (Issue 383)
Jeffrey Walton
2017-03-01
1
-1
/
+1
*
Fix mismatched arch capabilities (Issue 283)
Jeffrey Walton
2016-10-27
1
-4
/
+4
*
Add debug instrumentation to Rijndael
Jeffrey Walton
2016-09-30
1
-1
/
+18
[next]