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
/
idea
/
idea.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some extra semicolons
Jack Lloyd
2019-03-27
1
-1
/
+1
*
Add CT::Mask type
Jack Lloyd
2018-11-28
1
-2
/
+2
*
Fix some MSVC warnings
Jack Lloyd
2018-09-30
1
-2
/
+2
*
Optimize CT::is_zero, CT::expand_mask, CT::expand_top_bit
Jack Lloyd
2018-09-07
1
-5
/
+4
*
Simplify IDEA key schedule
Jack Lloyd
2018-02-23
1
-23
/
+28
*
Add checks that keyed algorithms are actually keyed before use
Jack Lloyd
2017-10-26
1
-0
/
+4
*
Address some bool/int conversion warnings from Sonar
Jack Lloyd
2017-10-06
1
-1
/
+2
*
Fix various MSVC warnings
Jack Lloyd
2017-08-31
1
-1
/
+1
*
Notify callers of parallel ops for AES, IDEA, Noekeon, SHACAL2 and Threefish
Jack Lloyd
2017-08-14
1
-0
/
+12
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-18
/
+18
*
Add Cilk/OpenMP support
Jack Lloyd
2016-11-26
1
-5
/
+3
*
Change T::provider to return std::string
Jack Lloyd
2016-09-15
1
-1
/
+1
*
Add T::provider() to allow user to inquire about implementation used
Jack Lloyd
2016-09-15
1
-0
/
+12
*
Merge optimized implementations into base class
Jack Lloyd
2016-09-15
1
-0
/
+27
*
Mass-prefix member vars with m_
René Korthaus
2016-01-08
1
-29
/
+29
*
Make Montgomery reduction constant time.
Jack Lloyd
2015-10-24
1
-14
/
+14
*
Make PKCS #1 and OAEP decoding constant time to avoid oracle attacks
Jack Lloyd
2015-10-16
1
-12
/
+25
*
Fix static lib registration for block, hash, mac, stream, kdf
Jack Lloyd
2015-09-10
1
-3
/
+1
*
lib/block: Convert &vec[0] to vec.data()
Simon Warta
2015-06-27
1
-2
/
+2
*
Add a runtime map of string->func() which when called return
lloyd
2015-01-28
1
-1
/
+3
*
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
/
+169