From 381f7ceb6ba945e2e290aa0687883a39e4dcd0d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Sat, 2 Jul 2005 18:53:53 +0200 Subject: [PATCH] (Cipher functions): Fixed typo in prototype for arctwo_encrypt (noticed by Adam Langley). Rev: src/nettle/nettle.texinfo:1.30 --- nettle.texinfo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- GitLab