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
/
pubkey
/
mce
/
gf2m_rootfind_dcmp.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid uses of volatile deprecated in C++20
Jack Lloyd
2022-01-27
1
-2
/
+3
*
Make polyn_gf2m.h internal
Jack Lloyd
2020-11-11
1
-1
/
+1
*
Fix MSVC warnings in McEliece
Jack Lloyd
2019-12-06
1
-18
/
+17
*
Fix various MSVC warnings
Jack Lloyd
2019-06-29
1
-3
/
+1
*
Avoid using double underscore in variable names
Jack Lloyd
2017-09-20
1
-3
/
+3
*
Content:
Tomasz Frydrych
2017-04-03
1
-1
/
+1
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-24
/
+24
*
Avoid having source files start with /**
Jack Lloyd
2016-11-25
1
-1
/
+1
*
Reorganize anon namespace code to fix last doxygen warn [ci skip]
René Korthaus
2016-10-20
1
-8
/
+8
*
Fix Coverity findings in McEliece code
Jack Lloyd
2016-02-09
1
-3
/
+5
*
Avoid -Wmaybe-uninitialized warning under GCC 5.3
Jack Lloyd
2016-01-29
1
-4
/
+6
*
Remove all remaining uses of throwing a std:: exception directly
Jack Lloyd
2015-12-19
1
-1
/
+2
*
McEliece cleanups
Jack Lloyd
2015-09-29
1
-269
/
+262
*
lib/pubkey: Convert &vec[0] to vec.data()
Simon Warta
2015-06-23
1
-1
/
+1
*
Remove static casts
lloyd
2015-02-06
1
-3
/
+3
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
GCC 4.9 fixes
lloyd
2014-12-02
1
-0
/
+2
*
Add an implementation of McEliece encryption based on HyMES
fstrenzke
2014-11-26
1
-0
/
+317