X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/1655e4a0e23a8c51d8200b1506be891e1512c6dd..de7f54d26a33ee95d7895b0efe1be5123749b927:/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}@ --- * *