X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb/blobdiff_plain/89717a56084f7cac56330c8527fbaff99b15709b..HEAD:/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 *