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
/
polyn_gf2m.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove deprecated headers, make more headers internal
Jack Lloyd
2020-11-06
1
-1
/
+1
*
Fix MSVC warnings in McEliece
Jack Lloyd
2019-12-06
1
-24
/
+25
*
Fix some MSVC and LGTM warnings
Jack Lloyd
2019-06-29
1
-51
/
+49
*
Fix init ordering warning
Jack Lloyd
2019-01-18
1
-1
/
+1
*
Fix some warnings from PVS-Studio
Jack Lloyd
2019-01-17
1
-1
/
+1
*
Avoid using double underscore in variable names
Jack Lloyd
2017-09-20
1
-2
/
+1
*
Avoid `throw new Exception`
Jack Lloyd
2017-08-29
1
-1
/
+1
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-35
/
+35
*
Avoid having source files start with /**
Jack Lloyd
2016-11-25
1
-1
/
+1
*
fix dead assignment in mce/polyn_gf2m.cpp in polyn_gf2m() found by clang-anal...
Daniel Neus
2016-03-02
1
-3
/
+1
*
Fix remaining Wshadow warnings and enable on gcc and clang
René Korthaus
2016-02-18
1
-6
/
+6
*
Fix Coverity findings in McEliece code
Jack Lloyd
2016-02-09
1
-9
/
+12
*
Fix McEliece key gen endian dependency.
Jack Lloyd
2015-10-27
1
-7
/
+19
*
Merge pull request #286 from randombit/mce-cleanup
Jack Lloyd
2015-09-30
1
-21
/
+17
|
\
|
*
McEliece cleanups
Jack Lloyd
2015-09-29
1
-21
/
+17
*
|
Remove warning: assuming signed overflow does not occur
Simon Warta
2015-09-25
1
-1
/
+1
|
/
*
Fix typos
Simon Warta
2015-07-24
1
-1
/
+1
*
Silence some extra ';' warnings
Simon Warta
2015-07-22
1
-1
/
+1
*
Remove static casts
lloyd
2015-02-06
1
-7
/
+5
*
Centralize where string.h/cstring is included to mem_ops.h
lloyd
2015-01-23
1
-6
/
+3
*
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
/
+804