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
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/pubkey: Convert &vec[0] to vec.data()
Simon Warta
2015-06-23
8
-27
/
+27
*
Add missing headers fixing GCC 4.7 build
lloyd
2015-06-17
1
-0
/
+1
*
Remove static casts
lloyd
2015-02-06
6
-34
/
+28
*
Convert PK operations to using Algo_Registry instead of Engine.
lloyd
2015-02-03
2
-102
/
+97
*
Centralize where string.h/cstring is included to mem_ops.h
lloyd
2015-01-23
7
-23
/
+18
*
Amalgamation fixes
lloyd
2015-01-23
2
-5
/
+3
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
20
-27
/
+29
*
Cleanup
lloyd
2015-01-08
1
-7
/
+5
*
When encrypting McEliece or Curve25519 keys, default to GCM instead of CBC.
lloyd
2014-12-27
1
-1
/
+1
*
Fix header guards for amalgamation (github issue 35)
lloyd
2014-12-22
4
-31
/
+31
*
Implement a strength estimator for McEliece keys based on HyMES version
lloyd
2014-12-09
3
-1
/
+123
*
Add a basic speed test for McEliece
lloyd
2014-12-08
1
-0
/
+10
*
Remove the Overbeck conversion at Dr. Strenzke's request.
lloyd
2014-12-06
3
-229
/
+0
*
Add KEM scheme for McEliece
fstrenzke
2014-12-06
3
-0
/
+111
*
GCC 4.9 fixes
lloyd
2014-12-02
2
-1
/
+3
*
Move all PK workfactor esstimators to workfactors.*
lloyd
2014-11-29
2
-4
/
+8
*
Add an implementation of McEliece encryption based on HyMES
fstrenzke
2014-11-26
20
-0
/
+3310