From e7521cdc86f7f6d5e29a2bc45d566865d128eac3 Mon Sep 17 00:00:00 2001 From: Mirek Kratochvil Date: Sun, 17 Apr 2016 15:09:10 +0200 Subject: [PATCH] mce_qd: make the warning louder --- src/mce_qd.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mce_qd.cpp b/src/mce_qd.cpp index 80dc12f..1e749c7 100644 --- a/src/mce_qd.cpp +++ b/src/mce_qd.cpp @@ -32,8 +32,8 @@ static void print_attack_warning() if (printed) return; err ("\n***MCEQD SECURITY WARNING***\n\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" - "Be sure to use another encryption variant instead."); + "by an algebraic attack! The functions are kept only for compatibility\n" + "and will be removed soon. Use `-g help' for other encryption variants."); printed = true; }