]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - bigint/bigint_io.h
adjusting test system uart reference
[avr-crypto-lib.git] / bigint / bigint_io.h
index e47391d31c729bc039c7253fce9abf9db5449d91..2187ffea98cad3dcefcca5a44752c4db37fd6900 100644 (file)
@@ -1,6 +1,6 @@
 /* bigint_io.h */
 /*
-    This file is part of the AVR-Crypto-Lib.
+    This file is part of the ARM-Crypto-Lib.
     Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
@@ -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_ */