symm/chacha.[ch]: Fix comment headers.
[catacomb] / symm / chacha.c
index 4dcfcef..6b8726e 100644 (file)
@@ -220,7 +220,7 @@ unsigned long chacha_tell(chacha_ctx *ctx)
 kludge64 chacha_tellu64(chacha_ctx *ctx)
   { kludge64 i; SET64(i, ctx->a[9], ctx->a[8]); return (i); }
 
-/* --- @chacha{,12,8}_encrypt@ --- *
+/* --- @chacha{20,12,8}_encrypt@ --- *
  *
  * Arguments:  @chacha_ctx *ctx@ = pointer to context
  *             @const void *src@ = source buffer (or null)
@@ -444,7 +444,7 @@ CHACHA_VARS(DEFXNONCE)
  *             different.
  */
 
-/* --- @xchacha{,12,8}_encrypt@ --- *
+/* --- @xchacha{20,12,8}_encrypt@ --- *
  *
  * Arguments:  @xchachaR_ctx *ctx@ = pointer to context
  *             @const void *src@ = source buffer (or null)