X-Git-Url: https://git.cryptolib.org/avr-crypto-lib.git?a=blobdiff_plain;f=bigint%2Fbigint_io.h;h=4ac8cc2f5f9c3a614ad082d8ba09d7e37174eecf;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hp=e47391d31c729bc039c7253fce9abf9db5449d91;hpb=eb09a2a6f447833e3cf73a71fc0113f84d51f41b;p=avr-crypto-lib.git diff --git a/bigint/bigint_io.h b/bigint/bigint_io.h index e47391d..4ac8cc2 100644 --- a/bigint/bigint_io.h +++ b/bigint/bigint_io.h @@ -1,7 +1,7 @@ /* bigint_io.h */ /* - This file is part of the AVR-Crypto-Lib. - Copyright (C) 2010 Daniel Otte (daniel.otte@rub.de) + This file is part of the ARM-Crypto-Lib. + 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_t* a); -uint8_t bigint_read_hex_echo(bigint_t* a); +void bigint_print_hex(const bigint_t *a); +uint8_t bigint_read_hex_echo(bigint_t *a); #endif /* BIGINT_IO_H_ */