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_key.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Content:
Tomasz Frydrych
2017-04-03
1
-7
/
+0
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-41
/
+41
*
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
-0
/
+5
*
Remove Key_Type typedefs
Jack Lloyd
2016-11-08
1
-2
/
+0
*
Revert PK_Verifier change (don't require RNG there).
Jack Lloyd
2016-10-07
1
-4
/
+8
*
Remove Algo_Registry usage from public key code.
Jack Lloyd
2016-10-07
1
-4
/
+16
*
Move McEliece KEM operation into the same file as the key type.
Jack Lloyd
2015-12-26
1
-0
/
+65
*
McEliece cleanups
Jack Lloyd
2015-09-29
1
-32
/
+43
*
Silence some extra ';' warnings
Simon Warta
2015-07-22
1
-1
/
+1
*
lib/pubkey: Convert &vec[0] to vec.data()
Simon Warta
2015-06-23
1
-3
/
+3
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
Cleanup
lloyd
2015-01-08
1
-7
/
+5
*
Implement a strength estimator for McEliece keys based on HyMES version
lloyd
2014-12-09
1
-1
/
+3
*
Move all PK workfactor esstimators to workfactors.*
lloyd
2014-11-29
1
-2
/
+7
*
Add an implementation of McEliece encryption based on HyMES
fstrenzke
2014-11-26
1
-0
/
+281