X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=arcfour.h;h=d332d7f8ed1f384f6368b4bfe2f1ae6caded66ad;hb=2dc047a070be7f0d64f4d4e7f4296a9650af07dc;hp=3daaf816a19468a84025e892af3da231e0f0d680;hpb=e08695bd5905f1306c16d617d044d97649b5e2ae;p=avr-crypto-lib.git diff --git a/arcfour.h b/arcfour.h index 3daaf81..d332d7f 100644 --- a/arcfour.h +++ b/arcfour.h @@ -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