summaryrefslogtreecommitdiff
path: root/doc/gcrypt.texi
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2011-06-10 10:52:18 +0200
committerWerner Koch <wk@gnupg.org>2011-06-10 10:52:18 +0200
commitcaf4480811fffdf3b8677864e8d663a68f210e5c (patch)
tree3e1a19074a2227800a1aabd01b153296b99e7e92 /doc/gcrypt.texi
parenteac13cf8c49840fc9d33cf3a5f3c876abbab7446 (diff)
downloadlibgcrypt-caf4480811fffdf3b8677864e8d663a68f210e5c.tar.gz
Fixed leading zero problems in PSS and OAEP.
Diffstat (limited to 'doc/gcrypt.texi')
-rw-r--r--doc/gcrypt.texi10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/gcrypt.texi b/doc/gcrypt.texi
index b3dc127d..bdfe9554 100644
--- a/doc/gcrypt.texi
+++ b/doc/gcrypt.texi
@@ -4155,13 +4155,21 @@ expects arguments for some of these escape sequences right after
@table @samp
@item %m
The next argument is expected to be of type @code{gcry_mpi_t} and a copy of
-its value is inserted into the resulting S-expression.
+its value is inserted into the resulting S-expression. The MPI is
+stored as a signed integer.
+@item %M
+The next argument is expected to be of type @code{gcry_mpi_t} and a copy of
+its value is inserted into the resulting S-expression. The MPI is
+stored as an unsigned integer.
@item %s
The next argument is expected to be of type @code{char *} and that
string is inserted into the resulting S-expression.
@item %d
The next argument is expected to be of type @code{int} and its value is
inserted into the resulting S-expression.
+@item %u
+The next argument is expected to be of type @code{unsigned int} and
+its value is inserted into the resulting S-expression.
@item %b
The next argument is expected to be of type @code{int} directly
followed by an argument of type @code{char *}. This represents a