X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=scal%2Fscal-nessie.h;h=e388ecfa6a3e76e10aedf9ee5a411123ff5d95bf;hp=3d785dd84d5123f3eb7bc1915904b11352499030;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hpb=a012cfa921853fb9b8bd484981ab471a9ba25ec9 diff --git a/scal/scal-nessie.h b/scal/scal-nessie.h index 3d785dd..e388ecf 100644 --- a/scal/scal-nessie.h +++ b/scal/scal-nessie.h @@ -1,7 +1,7 @@ /* scal-nessie.h */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 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 @@ -27,6 +27,6 @@ void scal_nessie_set_estream(uint8_t v); uint8_t scal_nessie_get_estream(void); void scal_nessie_stream_run(const scdesc_t *desc, uint16_t keysize_b, uint16_t ivsize_b); -void scal_nessie_run(const scdesc_t* desc); +void scal_nessie_run(const scdesc_t *desc); #endif /* SCALNESSIE_H_ */