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
/
tests
/
test_mceliece.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add test option --run-long-tests
Jack Lloyd
2016-12-24
1
-8
/
+28
*
Minor refactoring of Text_Based_Test
Jack Lloyd
2016-12-19
1
-5
/
+4
*
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
-3
/
+3
*
Add Public_Key::subject_public_key()
René Korthaus
2016-12-05
1
-3
/
+3
*
Don't force HMAC_DRBG to be enabled
Jack Lloyd
2016-11-18
1
-17
/
+23
*
Remove Algo_Registry usage from public key code.
Jack Lloyd
2016-10-07
1
-4
/
+4
*
RNG changes (GH #593)
Jack Lloyd
2016-08-24
1
-1
/
+1
*
Add Stateful_RNG
Jack Lloyd
2016-07-17
1
-1
/
+1
*
Switch to HMAC_DRBG for all RNG generation.
Jack Lloyd
2016-07-17
1
-3
/
+2
*
Tweak for readability in McEliece tests
Jack Lloyd
2016-06-07
1
-15
/
+10
*
Avoid test failures in KEM when KDF is not found.
Jack Lloyd
2016-01-17
1
-8
/
+15
*
Merge pull request #378 from neusdan/warning_fixes
Jack Lloyd
2015-12-26
1
-1
/
+1
|
\
|
*
some trivial compiler/PVS-Studio warning fixes
Daniel Neus
2015-12-22
1
-1
/
+1
*
|
Add generalized KEM interface
Jack Lloyd
2015-12-26
1
-14
/
+18
|
/
*
Add --data-dir option to test command
Jack Lloyd
2015-12-20
1
-1
/
+1
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
1
-2
/
+2
*
Update and consolidate the test framework.
Jack Lloyd
2015-11-11
1
-175
/
+176
*
Fix bcrypt test
Jack Lloyd
2015-10-03
1
-1
/
+1
*
Merge pull request #286 from randombit/mce-cleanup
Jack Lloyd
2015-09-30
1
-82
/
+9
|
\
|
*
McEliece cleanups
Jack Lloyd
2015-09-29
1
-82
/
+9
*
|
Remove dead code
Daniel Seither
2015-09-25
1
-1
/
+0
|
/
*
Fix module combi: adler32,mce
Simon Warta
2015-07-08
1
-13
/
+17
*
Make Botan compile when only some modules are enabled
Simon Warta
2015-07-03
1
-0
/
+8
*
tests: Convert &vec[0] to vec.data()
Simon Warta
2015-06-30
1
-9
/
+9
*
Replace \n by std::endl in tests to ensure proper flushing
Simon Warta
2015-06-19
1
-4
/
+4
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-0
/
+8
*
Add MCEIES, an integrated encryption system using McEliece and AES-256/OCB
lloyd
2015-01-08
1
-47
/
+109
*
All tests now share an RNG. Uses system RNG if available
lloyd
2014-12-28
1
-2
/
+2
*
Remove the Overbeck conversion at Dr. Strenzke's request.
lloyd
2014-12-06
1
-99
/
+25
*
Add KEM scheme for McEliece
fstrenzke
2014-12-06
1
-21
/
+68
*
Add an implementation of McEliece encryption based on HyMES
fstrenzke
2014-11-26
1
-0
/
+266