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
/
camellia
/
camellia.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unnecessary code due to compiler limitations
Jack Lloyd
2020-11-11
1
-2
/
+2
*
Remove deprecated headers, make more headers internal
Jack Lloyd
2020-11-06
1
-3
/
+3
*
Avoid including rotate.h in bswap.h
Jack Lloyd
2018-12-21
1
-0
/
+1
*
Remove support for Visual C++ 2013
Jack Lloyd
2018-10-01
1
-1
/
+1
*
Correct a comment in Camellia code, and align the 256 byte table
Jack Lloyd
2018-07-13
1
-1
/
+3
*
Add checks that keyed algorithms are actually keyed before use
Jack Lloyd
2017-10-26
1
-0
/
+6
*
Add compile-time rotation functions
Jack Lloyd
2017-10-12
1
-8
/
+8
*
Address various GCC warnings
Jack Lloyd
2017-10-06
1
-8
/
+8
*
Remove redundant parens
Jack Lloyd
2017-10-03
1
-1
/
+1
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-85
/
+85
*
Add Cilk/OpenMP support
Jack Lloyd
2016-11-26
1
-14
/
+8
*
Mass-prefix member vars with m_
René Korthaus
2016-01-08
1
-12
/
+12
*
Inline Camellia sbox tables to source file
Jack Lloyd
2015-09-22
1
-3
/
+530
*
Fix static lib registration for block, hash, mac, stream, kdf
Jack Lloyd
2015-09-10
1
-5
/
+1
*
lib/block: Convert &vec[0] to vec.data()
Simon Warta
2015-06-27
1
-1
/
+1
*
Add a runtime map of string->func() which when called return
lloyd
2015-01-28
1
-1
/
+5
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
Move lib into src
lloyd
2014-01-10
1
-0
/
+394