X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=main-serpent-test.c;h=af3b6305e1df55112cf24d52545084038df824d3;hb=33c19d7ea9dafc19b818dd8de984dcf1543d7b37;hp=801e2b81b9ba9eac777652b83230987cab074fdb;hpb=85b05e7b8648750d0077a74898733536e1b0712f;p=avr-crypto-lib.git diff --git a/main-serpent-test.c b/main-serpent-test.c index 801e2b8..af3b630 100644 --- a/main-serpent-test.c +++ b/main-serpent-test.c @@ -1,3 +1,21 @@ +/* main-serpent-test.c */ +/* + This file is part of the Crypto-avr-lib/microcrypt-lib. + Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) + + 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 + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . +*/ /* * serpent test-suit * @@ -94,8 +112,6 @@ void testrun_performance_serpent(void){ * main * *****************************************************************************/ -typedef void(*void_fpt)(void); - int main (void){ char str[20]; DEBUG_INIT();