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
/
mceliece.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Content:
Tomasz Frydrych
2017-04-03
1
-4
/
+5
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-21
/
+21
*
Add Private_Key::private_key_info()
René Korthaus
2016-12-05
1
-1
/
+1
*
Add Public_Key::subject_public_key()
René Korthaus
2016-12-05
1
-1
/
+1
*
Avoid having source files start with /**
Jack Lloyd
2016-11-25
1
-1
/
+1
*
Pubkey cleanups
Jack Lloyd
2016-11-12
1
-11
/
+1
*
Remove Algo_Registry usage from public key code.
Jack Lloyd
2016-10-07
1
-0
/
+9
*
cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...
Daniel Neus
2016-03-05
1
-2
/
+2
*
Don't leave member variables uninitialized. Found by Coverity scanner.
Jack Lloyd
2016-02-09
1
-1
/
+1
*
McEliece cleanups
Jack Lloyd
2015-09-29
1
-108
/
+95
*
pubkey: Add missing overrides
Daniel Seither
2015-07-30
1
-4
/
+4
*
lib/pubkey: Convert &vec[0] to vec.data()
Simon Warta
2015-06-23
1
-9
/
+9
*
Convert PK operations to using Algo_Registry instead of Engine.
lloyd
2015-02-03
1
-101
/
+97
*
Centralize where string.h/cstring is included to mem_ops.h
lloyd
2015-01-23
1
-5
/
+5
*
Amalgamation fixes
lloyd
2015-01-23
1
-4
/
+2
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
Implement a strength estimator for McEliece keys based on HyMES version
lloyd
2014-12-09
1
-0
/
+6
*
GCC 4.9 fixes
lloyd
2014-12-02
1
-1
/
+1
*
Add an implementation of McEliece encryption based on HyMES
fstrenzke
2014-11-26
1
-0
/
+149