X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/55b6b7226e0d53b657e533ad232aa85705ec6815..22e0bb1fb4e91cbc6dd1831e4426fb1ea6662c97:/symm/ccm.c diff --git a/symm/ccm.c b/symm/ccm.c index d65e0490..939335c4 100644 --- a/symm/ccm.c +++ b/symm/ccm.c @@ -81,7 +81,7 @@ * Then H = F || N || Q and C_i = 0^9 || [q - 1]_7 || N || [i]_{8q}. */ -/* --- @ccm_paramsok@ --- * +/* --- @ccm_check@ --- * * * Arguments: @const ccm_params *p@ = pointer to parameters *