X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=arcfour.h;h=d332d7f8ed1f384f6368b4bfe2f1ae6caded66ad;hb=8f855d283a31a468ea014774c4723a8b77b81644;hp=9adf28dea63dac08d24af816f84543967a3d6048;hpb=5ac75cfae217122b540c1a6d258054230dc534c3;p=avr-crypto-lib.git diff --git a/arcfour.h b/arcfour.h index 9adf28d..d332d7f 100644 --- 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