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
/
cascade
/
cascade.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix clang-tidy readability-named-parameter
Jack Lloyd
2022-02-06
1
-1
/
+1
*
Add BlockCipher::new_object
Jack Lloyd
2021-04-03
1
-9
/
+10
*
Remove deprecated headers, make more headers internal
Jack Lloyd
2020-11-06
1
-1
/
+1
*
Minor tweaks for coverage
Jack Lloyd
2018-03-10
1
-4
/
+5
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-4
/
+4
*
Remove Algo_Registry
Jack Lloyd
2016-10-21
1
-10
/
+0
*
Remove use of lookup.h in favor of new T::create API.
Jack Lloyd
2015-09-21
1
-3
/
+2
*
Fix static lib registration for block, hash, mac, stream, kdf
Jack Lloyd
2015-09-10
1
-3
/
+1
*
Hide Algorithm_Factory and use the functions in lookup.h internally.
lloyd
2015-03-04
1
-3
/
+2
*
Use Algo_Registry also for hashes.
lloyd
2015-01-28
1
-7
/
+2
*
Add a runtime map of string->func() which when called return
lloyd
2015-01-28
1
-0
/
+19
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
Use unique_ptr instead of bare pointers and explicit delete in block, mac, hash.
lloyd
2014-01-18
1
-24
/
+18
*
Move lib into src
lloyd
2014-01-10
1
-0
/
+98