summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2023-04-21 14:52:19 +0200
committerNiels Möller <nisse@lysator.liu.se>2023-04-21 14:52:19 +0200
commitb144b629a2b841f0800ffe27af52b692708fe0e5 (patch)
treec8b1fd672bcf4243b6d7c885a5ef4420abc8d64b
parent5251c8fe842b2121b19e384f862d35ccd2053cc0 (diff)
downloadnettle-b144b629a2b841f0800ffe27af52b692708fe0e5.tar.gz
Minor whitespace fix.
-rw-r--r--nettle.texinfo1
1 files changed, 0 insertions, 1 deletions
diff --git a/nettle.texinfo b/nettle.texinfo
index 10af86c3..b12955c0 100644
--- a/nettle.texinfo
+++ b/nettle.texinfo
@@ -3723,7 +3723,6 @@ parameters, encrypts the plaintext from @var{src}, prepends the
initialization vector to the ciphertext and outputs it to @var{dst}.
The @var{clength} variable must be equal to the length of @var{src}
plus @code{SIV_DIGEST_SIZE}.
-
@end deftypefun
@deftypefun int siv_cmac_aes128_decrypt_message (struct siv_cmac_aes128_ctx *@var{ctx}, size_t @var{nlength}, const uint8_t *@var{nonce}, size_t @var{alength}, const uint8_t *@var{adata}, size_t @var{mlength}, uint8_t *@var{dst}, const uint8_t *@var{src})