From: Niels Möller Date: Sat, 2 Jul 2005 16:53:53 +0000 (+0200) Subject: (Cipher functions): Fixed typo in prototype for X-Git-Tag: nettle_1.13_release_20051006~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=381f7ceb6ba945e2e290aa0687883a39e4dcd0d1;p=thirdparty%2Fnettle.git (Cipher functions): Fixed typo in prototype for arctwo_encrypt (noticed by Adam Langley). Rev: src/nettle/nettle.texinfo:1.30 --- diff --git a/nettle.texinfo b/nettle.texinfo index 1f7fbb26..f243ac4e 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