]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - test_src/main-bigint-test.c
fixing some header comments
[arm-crypto-lib.git] / test_src / main-bigint-test.c
index 4ec32eeaa3b17aa2df362b45a1a0f9f1f98ae078..4f4dfdc169b7b76494f4f064ba37d1f0c53338bd 100644 (file)
@@ -1,6 +1,6 @@
 /* main-bigint-test.c */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2008, 2009, 2010  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
 
 #include "performance_test.h"
 
-#include <stdint.h>
-#include <string.h>
-#include <stdlib.h>
-
 char* algo_name = "BigInt";
 
 void uart0_putc(char byte){