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
/
mac
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Rename SymmetricAlgorithm::key to key_schedule to avoid many name
lloyd
2008-11-09
10
-10
/
+10
|
|
|
|
conflicts/collisions
*
Split base.h into block_cipher.h and stream_cipher.h
lloyd
2008-11-08
4
-1
/
+4
|
|
|
|
|
|
It turned out many files were including base.h merely to get other includes (like types.h, secmem.h, and exceptn.h). Those have been changed to directly include the files containing the declarations that code needs.
*
Move BufferedComputation to new buf_comp.{h,cpp}
lloyd
2008-11-08
3
-0
/
+38
|
*
Move mac base classes from src/core to src/mac
lloyd
2008-11-08
1
-0
/
+56
|
*
Move declaration of MessageAuthenticationCode base class to mac.h (from base.h)
lloyd
2008-11-08
5
-4
/
+5
|
*
Move the declaration of the HashFunction base class to a new header hash.h
lloyd
2008-11-08
2
-1
/
+2
|
|
|
|
(from base.h)
*
Doxygen comment
lloyd
2008-10-15
1
-3
/
+3
|
*
Add trailing H__ to some header guards. Line wrap long comment.
lloyd
2008-10-13
1
-2
/
+2
|
*
Add BOTAN_DLL macro to public class definitions that were missing it.
lloyd
2008-10-09
1
-1
/
+1
|
*
Remove lookup.h from X9.31 PRNG, X9.19 MAC, SSLv3 MAC, PBKDF1
lloyd
2008-09-30
4
-18
/
+35
|
*
Remove lookup from Randpool, HMAC, CMAC, CBC-MAC, TLS-PRF, and PBKDF2
lloyd
2008-09-30
6
-18
/
+26
|
*
Remove lookup dependency on CMAC: takes a BlockCipher as constructor arg
lloyd
2008-09-30
2
-12
/
+12
|
*
Rename all modinfo.txt files to info.txt, since they are all (none) of
lloyd
2008-09-29
5
-0
/
+0
|
|
|
|
|
them modules now. In any case there is no distinction so info.txt seems better.
*
Move all modules into src/ directory
lloyd
2008-09-28
15
-0
/
+769