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
*
Remove trailing whitespace
Jack Lloyd
2019-01-13
2
-8
/
+8
*
Avoid including rotate.h in bswap.h
Jack Lloyd
2018-12-21
13
-0
/
+13
*
Add CT::Mask type
Jack Lloyd
2018-11-28
1
-2
/
+2
*
Use vzeroupper/vzeroall to transition between AVX and SSE states.
Jack Lloyd
2018-11-10
2
-0
/
+16
*
Add some missing includes
Jack Lloyd
2018-11-08
1
-0
/
+1
*
Remove SIMD_32 typedef
Jack Lloyd
2018-11-05
3
-48
/
+48
*
Unroll Blowfish loop by 4 instead of 2
Jack Lloyd
2018-10-14
1
-16
/
+45
*
Add explicit AVX2 function annotations
Jack Lloyd
2018-10-05
2
-0
/
+8
*
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
4
-9
/
+9
*
Fix some MSVC warnings
Jack Lloyd
2018-09-30
1
-2
/
+2
*
Use correct array length in Serpent AVX2
Jack Lloyd
2018-09-28
1
-2
/
+2
*
Split 'cast' module into CAST-128 and CAST-256
Jack Lloyd
2018-09-13
7
-2
/
+7
*
Add CommonCrypto block cipher support
Jose Pereira
2018-09-10
1
-2
/
+16
*
Report if Serpent is using AVX2
Jack Lloyd
2018-09-10
1
-0
/
+7
*
Optimize CT::is_zero, CT::expand_mask, CT::expand_top_bit
Jack Lloyd
2018-09-07
1
-5
/
+4
*
Revert increase in Blowfish minimum length.
Jack Lloyd
2018-09-07
2
-2
/
+2
*
Increase minimum Blowfish key length to 64 bits
Jack Lloyd
2018-09-07
2
-2
/
+2
*
Remove unneeded load_on auto
Jack Lloyd
2018-09-04
2
-4
/
+0
*
Move AVX2 wrapper to utils
Jack Lloyd
2018-08-24
2
-259
/
+4
*
AVX2
Jack Lloyd
2018-08-24
1
-56
/
+62
*
Serpent 8x decrypt
Jack Lloyd
2018-08-24
2
-88
/
+118
*
WIP for Serpent AVX2
Jack Lloyd
2018-08-24
4
-7
/
+415
*
Add Tweakable_Block_Cipher class
Jack Lloyd
2018-08-09
2
-6
/
+23
*
Remove unnecessary accessors for Threefish-512
Jack Lloyd
2018-08-08
2
-6
/
+4
*
Mark some members of Block_Cipher_Fixed_Params as final
Jack Lloyd
2018-08-08
1
-4
/
+4
*
Support salts other than exactly 16 bytes for Blowfish key setup
Jack Lloyd
2018-07-18
3
-32
/
+45
*
Correct a comment in Camellia code, and align the 256 byte table
Jack Lloyd
2018-07-13
1
-1
/
+3
*
Unroll SM4 encryption/decryption by 2
Jack Lloyd
2018-07-13
1
-23
/
+105
*
Add support for ARMv8 SM4 instructions
Jack Lloyd
2018-07-09
4
-0
/
+221
*
Prefetch AES tables during the key schedule
Jack Lloyd
2018-07-06
1
-8
/
+27
*
Document new flag for setting bcrypt version [ci skip]
Jack Lloyd
2018-07-05
1
-1
/
+1
*
Rename Threefish-512 AVX2 file
Jack Lloyd
2018-06-30
1
-0
/
+0
*
Fixes for DES/3DES
Jack Lloyd
2018-05-16
1
-7
/
+7
*
Unroll DES to encrypt/decrypt 2 rounds in parallel
Jack Lloyd
2018-05-16
1
-122
/
+198
*
Add message to BOTAN_ARG_CHECK and use it more widely
Jack Lloyd
2018-05-13
7
-13
/
+14
*
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
[next]