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
/
block
Commit message (
Expand
)
Author
Age
Files
Lines
*
For all but the first and last rounds, use a set of 64 bit tables to
lloyd
2012-04-27
3
-92
/
+669
*
Patrick Pelletier noted on the mailing list that the implementation of
lloyd
2012-04-24
2
-97
/
+173
*
Avoid a few maintainer mode flag warnings. Remove -Weffc++ from the
lloyd
2012-04-20
1
-0
/
+4
*
Pointer writing seems cleaner
lloyd
2012-01-30
2
-102
/
+102
*
Partially de-unroll the loop to make changes easier
lloyd
2012-01-30
1
-86
/
+41
*
Add a slow but functional implementation of Camellia
lloyd
2012-01-28
3
-0
/
+392
*
The Algorithm_Factory has this logic on looking for an object:
lloyd
2011-07-05
2
-4
/
+23
*
Fix building with --via-amalgamation; it wouldn't generate the
lloyd
2011-06-03
3
-430
/
+432
*
Split the SIMD implementations into their own modules and choose one
lloyd
2011-05-24
3
-3
/
+3
*
The new method of doing comparisons did not work all of the time: if
lloyd
2011-05-13
1
-1
/
+3
*
Fix the problem that prevented the SSE2 IDEA implementation from
lloyd
2011-05-12
1
-5
/
+1
*
Rename AES_XXX_Intel to AES_XXX_NI, since AMD's Bulldozer will also
lloyd
2011-04-25
3
-27
/
+27
*
Rename all references of ia32 to x86-32 and amd64 to x86-64.
lloyd
2011-04-22
4
-29
/
+29
*
Maintainer mode warning cleanups, mostly for C style casts which I
lloyd
2011-04-18
2
-37
/
+41
*
My workaround for gcc pr 44174 caused cpuid support to be silently
lloyd
2011-04-18
1
-2
/
+2
*
Fix location of online docs in readme
lloyd
2011-04-15
1
-2
/
+12
*
Convert most of the documentation to reStructured Text, adding
lloyd
2011-04-04
5
-0
/
+13
*
Move password hashing schemes to src/passhash
lloyd
2011-02-17
1
-1
/
+6
*
Add support for bcrypt, the Blowfish-based password hashing scheme
lloyd
2011-02-16
2
-7
/
+64
*
Use size_t rather than u32bit for loop variables
lloyd
2011-02-16
1
-2
/
+2
*
Const variables where possible
lloyd
2011-02-14
1
-5
/
+5
*
Some casts to avoid VC warnings
lloyd
2011-02-09
1
-4
/
+4
*
Remove debug includes
lloyd
2010-12-23
1
-3
/
+0
*
Avoid more VC warnings
lloyd
2010-12-13
1
-1
/
+1
*
Avoid VC cast warning
lloyd
2010-11-29
1
-1
/
+1
*
Inline SAFER-SK tables
lloyd
2010-11-24
3
-126
/
+113
*
Add new top-level algorithm which provides basic functionality: name
lloyd
2010-11-01
1
-1
/
+1
*
Make MemoryRegion::set protected, change all callers
lloyd
2010-10-29
3
-5
/
+11
*
Eliminate the constant size_t values in SymmetricAlgorithm that give
lloyd
2010-10-28
7
-28
/
+25
*
Update AES-NI for SecureVector and BlockCipher changes
lloyd
2010-10-19
1
-9
/
+9
*
Only allocate as much working space as needed in key schedule
lloyd
2010-10-14
1
-4
/
+4
*
Remove standalone S function
lloyd
2010-10-14
1
-12
/
+13
*
In all cases where the block size of the cipher is fixed, the key
lloyd
2010-10-14
30
-137
/
+176
*
More size_t
lloyd
2010-10-13
3
-18
/
+18
*
Implicit rounds based on key variable size
lloyd
2010-10-13
4
-27
/
+44
*
Make the rounds implicit with the size of the key values
lloyd
2010-10-13
2
-55
/
+42
*
More size_t. Document changes
lloyd
2010-10-13
3
-8
/
+8
*
Add a new subclass for BlockCipher BlockCipher_Fixed_Block_Size, which
lloyd
2010-10-13
57
-203
/
+232
*
s/BLOCK_SIZE/block_size()/
lloyd
2010-10-13
30
-143
/
+143
*
Use output_length() instead of OUTPUT_LENGTH pseudo-property
lloyd
2010-10-13
2
-6
/
+6
*
Add accessors for block size and output length
lloyd
2010-10-13
1
-0
/
+5
*
Use size_t rather than u32bit in SymmetricAlgorithm
lloyd
2010-10-13
58
-132
/
+131
*
size_t
lloyd
2010-10-13
1
-1
/
+1
*
More size_t
lloyd
2010-10-13
4
-25
/
+25
*
Use size_t rather than u32bit for the blocks argument of encrypt_n
lloyd
2010-10-12
63
-396
/
+422
*
s/u32bit/size_t/ for block cipher parallelism queries
lloyd
2010-10-12
6
-9
/
+9
*
Compile fix
lloyd
2010-10-04
1
-1
/
+1
*
Make configure output more sensible wrt incompatible modules
lloyd
2010-09-28
1
-0
/
+4
*
In the IDEA key schedule, using the extended Euclidean algorithm to
lloyd
2010-09-23
1
-17
/
+14
*
Remove more implicit vector to pointer conversions
lloyd
2010-09-14
1
-10
/
+12
[next]