From 7dd5207a4040777447d4da0e65953cb8a98537e5769d5e34e0dc1920a87b06cc Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Thu, 16 Jan 2025 11:07:46 +0300 Subject: [PATCH] Fix item names --- c/doc/cmd.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/c/doc/cmd.texi b/c/doc/cmd.texi index 7882521..a6f4fbe 100644 --- a/c/doc/cmd.texi +++ b/c/doc/cmd.texi @@ -9,7 +9,7 @@ Example program that forms the same test vector as @file{tkeks/test-vector.tcl} in a streaming way. @pindex cmd/print-itered -@item cmd/test-itered +@item cmd/print-itered Example program that decodes the provided file with iterated functions, that uses pretty printer as a callback. @@ -21,9 +21,9 @@ If @env{$DO_ENCODE} is specified, then it encodes the decoded items into memory again and compares if it has the same representation. @pindex cmd/cer-verify -@item cmd/test-verify +@item cmd/cer-verify Example program that accepts a list of certificate files. First one is -that ought to be verified. Currently it installs GOST R 3410-2012 -cryptographic handlers for signature verification. +that ought to be verified. Currently it installs GOST R 3410-2012 and +Ed25519-BLAKE2b cryptographic handlers for signature verification. @end table -- 2.50.0