diff --git a/nettle.texinfo b/nettle.texinfo index 1f7fbb2669fdf3642b1d2c25a15c893f619d608b..f243ac4ebd2cfa04b7ca4f1fb704c8f04d9cd00d 100644 --- a/nettle.texinfo +++ b/nettle.texinfo @@ -696,7 +696,7 @@ Initialize the cipher. The same function is used for both encryption and decryption. @end deftypefun -@deftypefun void arcfour_crypt (struct arcfour_ctx *@var{ctx}, unsigned @var{length}, const uint8_t *@var{key}) +@deftypefun void arcfour_crypt (struct arcfour_ctx *@var{ctx}, unsigned @var{length}, const uint8_t *@var{dst}, uint8_t *@var{src}) Encrypt some data. The same function is used for both encryption and decryption. Unlike the block ciphers, this function modifies the context, so you can split the data into arbitrary chunks and encrypt