]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-rabbit-test.c
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / test_src / main-rabbit-test.c
index 4f66c66702dcb6c85ccdf29fed05c0ca2d421594..ab7e34649b80d4e38843702c43bf9f8b4c894589 100644 (file)
@@ -1,7 +1,7 @@
 /* main-rabbit-test.c */
 /*
     This file is part of the AVR-Crypto-Lib.
-    Copyright (C) 2006-2011 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
 #include "scal-basic.h"
 #include "scal-nessie.h"
 
-const charalgo_name = "Rabbit";
+const char *algo_name = "Rabbit";
 
 /*****************************************************************************
  *  additional validation-functions                                                                                     *
  *****************************************************************************/
 
-void test_vector(void* key, void* iv, const void* ref){
+void test_vector(void *key, void *iv, const void *ref){
        rabbit_ctx_t ctx;
        uint8_t fail=0;
        cli_putstr_P(PSTR("\r\n testing with\r\n key:  "));