X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/0fee61eb2ff1807c5f32a34499ef2753b6fcd9a5..e275090f9f712a8d9dda4e309ce38bb520778016:/symm/chacha.h diff --git a/symm/chacha.h b/symm/chacha.h index 490c03b2..6c380dca 100644 --- a/symm/chacha.h +++ b/symm/chacha.h @@ -89,8 +89,8 @@ XCHACHA_DEFCTX(xchacha8_ctx); */ extern void chacha_init(chacha_ctx */*ctx*/, - const void */*key*/, size_t /*ksz*/, - const void */*nonce*/); + const void */*key*/, size_t /*ksz*/, + const void */*nonce*/); /* --- @chacha_setnonce{,_ietf}@ --- * *