X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-bigint-test.c;h=06d8706fc0939762035800b817888f3b7d0f2ffb;hb=7b5401ab9ce23a5da1de8b6c7de3a1aa20ac4cf8;hp=5b65d9e51557d214aea6bb9864ce82b26bff253f;hpb=ca25e57ca6a74d6e26cad823d45fcc4604689fa1;p=avr-crypto-lib.git diff --git a/test_src/main-bigint-test.c b/test_src/main-bigint-test.c index 5b65d9e..06d8706 100644 --- a/test_src/main-bigint-test.c +++ b/test_src/main-bigint-test.c @@ -1,7 +1,7 @@ -/* main-base64-test.c */ +/* main-bigint-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2008, 2009, 2010 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 @@ -17,7 +17,7 @@ along with this program. If not, see . */ /* - * base64 test-suit + * bigint test-suit * */ @@ -26,8 +26,8 @@ #include "uart_i.h" #include "debug.h" -#include "noekeon.h" -#include "noekeon_prng.h" +#include "noekeon/noekeon.h" +#include "noekeon/noekeon_prng.h" #include "bigint.h" #include "bigint_io.h"