X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-mqq160-sign-test.c;h=4b03ba11267eaea4bea3f118572a0ee06fc98d17;hp=56c168e555be4f0700465efe239703323e099ca5;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hpb=a45c328791dc391e6432051ee0c7972ef7fd8d9a diff --git a/test_src/main-mqq160-sign-test.c b/test_src/main-mqq160-sign-test.c index 56c168e..4b03ba1 100644 --- a/test_src/main-mqq160-sign-test.c +++ b/test_src/main-mqq160-sign-test.c @@ -1,7 +1,7 @@ /* main-mqq160-sign-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -29,7 +29,7 @@ #include "performance_test.h" #include "stack_measuring.h" -char* algo_name = "MQQ160-sign"; +char *algo_name = "MQQ160-sign"; /*****************************************************************************