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
/
utils
/
bit_ops.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use constexpr where applicable in util headers
Jack Lloyd
2020-11-13
1
-9
/
+9
*
Make AES key expansion constant time
Jack Lloyd
2020-05-01
1
-0
/
+19
*
Resolve various integer conversion warnings from MSVC
Jack Lloyd
2019-12-06
1
-2
/
+4
*
Fix MSVC warnings
Jack Lloyd
2018-12-31
1
-1
/
+1
*
Another try at silencing Coverity on this
Jack Lloyd
2018-12-23
1
-1
/
+1
*
Make significant_words const time also
Jack Lloyd
2018-12-23
1
-36
/
+21
*
Remove now incorrect comment
Jack Lloyd
2018-12-22
1
-5
/
+0
*
Make high_bit and ctz actually const time
Jack Lloyd
2018-12-22
1
-3
/
+3
*
Promote ct_is_zero and expand_top_bit to bit_ops.h
Jack Lloyd
2018-12-22
1
-0
/
+18
*
Make ctz and high_bit faster and const-time-ish
Jack Lloyd
2018-12-22
1
-42
/
+50
*
Address a couple of Coverity false positives
Jack Lloyd
2018-12-19
1
-1
/
+1
*
Remove hamming_weight function
Jack Lloyd
2018-12-06
1
-17
/
+0
*
Make a few simple functions constexpr
Jack Lloyd
2018-10-01
1
-1
/
+1
*
Use GCC builtins for clz operation
Jack Lloyd
2018-04-15
1
-1
/
+26
*
Skip ARM32 specific byteswap code, enable MSVC byteswap intrinsics
Jack Lloyd
2017-10-24
1
-1
/
+1
*
OCB optimizations
Jack Lloyd
2017-10-12
1
-0
/
+11
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
1
-2
/
+2
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-1
/
+1
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
Add an implementation of McEliece encryption based on HyMES
fstrenzke
2014-11-26
1
-0
/
+22
*
Move lib into src
lloyd
2014-01-10
1
-0
/
+103