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
/
goppa_code.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix MSVC warnings in McEliece
Jack Lloyd
2019-12-06
1
-17
/
+18
*
Fix various MSVC warnings
Jack Lloyd
2019-06-29
1
-2
/
+2
*
Fix some warnings from PVS-Studio
Jack Lloyd
2019-01-17
1
-0
/
+1
*
Fix bad assert in Goppa decoding
Jack Lloyd
2018-07-24
1
-3
/
+4
*
Avoid using double underscore in variable names
Jack Lloyd
2017-09-20
1
-6
/
+6
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-31
/
+31
*
Avoid having source files start with /**
Jack Lloyd
2016-11-25
1
-1
/
+1
*
Fix doxygen warnings [ci skip]
René Korthaus
2016-10-19
1
-2
/
+2
*
Fix Coverity findings in McEliece code
Jack Lloyd
2016-02-09
1
-2
/
+3
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
1
-1
/
+1
*
McEliece cleanups
Jack Lloyd
2015-09-29
1
-15
/
+42
*
lib/pubkey: Convert &vec[0] to vec.data()
Simon Warta
2015-06-23
1
-3
/
+3
*
Remove static casts
lloyd
2015-02-06
1
-1
/
+1
*
Centralize where string.h/cstring is included to mem_ops.h
lloyd
2015-01-23
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
/
+203