diff options
Diffstat (limited to 'doc/gpg-agent.texi')
-rw-r--r-- | doc/gpg-agent.texi | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/gpg-agent.texi b/doc/gpg-agent.texi index 8e3424044..0912ea681 100644 --- a/doc/gpg-agent.texi +++ b/doc/gpg-agent.texi @@ -740,11 +740,12 @@ test whether the key is a valid key to sign something and responds with okay. @example - SETHASH <hexstring> + SETHASH <algo> <hexstring> @end example -The client can use this command to tell the server about the data -(which usually is a hash) to be signed. +The client can use this command to tell the server about the data <hexstring> +(which usually is a hash) to be signed. <algo> is the decimal encoded hash +algorithm number as used by Libgcrypt. The actual signing is done using |