]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - arcfour.h
forgotten files
[avr-crypto-lib.git] / arcfour.h
index 9adf28dea63dac08d24af816f84543967a3d6048..d332d7f8ed1f384f6368b4bfe2f1ae6caded66ad 100644 (file)
--- a/arcfour.h
+++ b/arcfour.h
@@ -1,6 +1,6 @@
 /* arcfour.h */
 /*
-    This file is part of the Crypto-avr-lib/microcrypt-lib.
+    This file is part of the AVR-Crypto-Lib.
     Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
 
     This program is free software: you can redistribute it and/or modify
@@ -64,7 +64,7 @@ typedef struct arcfour_ctx_st {
 } arcfour_ctx_t;
 
 
-/** \fn void arcfour_init(arcfour_ctx_t *ctx, void *key, uint8_t length_B)
+/** \fn void arcfour_init(const void *key, uint8_t length_B, arcfour_ctx_t *ctx)
  * \brief setup a context with a key
  *
  * This function sets up a ::arcfour_ctx_t context using