]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - scal/scal-nessie.h
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / scal / scal-nessie.h
index 47b6680e1bfa1c9654f35bd21c97f474946dae7c..e388ecfa6a3e76e10aedf9ee5a411123ff5d95bf 100644 (file)
@@ -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
 #include <stdint.h>
 #include <streamcipher_descriptor.h>
 
+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_tdesc);
+void scal_nessie_run(const scdesc_t *desc);
 
 #endif /* SCALNESSIE_H_ */