1
0
mirror of https://github.com/biergaizi/codecrypt synced 2024-06-30 19:03:12 +00:00

mce_qd: make the warning louder

This commit is contained in:
Mirek Kratochvil 2016-04-17 15:09:10 +02:00
parent 34ede39df2
commit e7521cdc86

@ -32,8 +32,8 @@ static void print_attack_warning()
if (printed) return; if (printed) return;
err ("\n***MCEQD SECURITY WARNING***\n\n" err ("\n***MCEQD SECURITY WARNING***\n\n"
"Security of the QD-McEliece variant was greatly reduced to less than 2^30\n" "Security of the QD-McEliece variant was greatly reduced to less than 2^30\n"
"by an algebraic attack! The functions are kept only for compatibility.\n" "by an algebraic attack! The functions are kept only for compatibility\n"
"Be sure to use another encryption variant instead."); "and will be removed soon. Use `-g help' for other encryption variants.");
printed = true; printed = true;
} }