]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - bigint/bigint_io.h
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / bigint / bigint_io.h
index e82247ecc65a9d4526ad12e22564081102008af0..4ac8cc2f5f9c3a614ad082d8ba09d7e37174eecf 100644 (file)
@@ -1,7 +1,7 @@
 /* bigint_io.h */
 /*
     This file is part of the ARM-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
@@ -22,7 +22,7 @@
 
 #include "bigint.h"
 
-void    bigint_print_hex(const bigint_ta);
-uint8_t bigint_read_hex_echo(bigint_ta);
+void    bigint_print_hex(const bigint_t *a);
+uint8_t bigint_read_hex_echo(bigint_t *a);
 
 #endif /* BIGINT_IO_H_ */