diff options
-rw-r--r-- | doc/gcrypt.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/gcrypt.texi b/doc/gcrypt.texi index dd55600d..f6d755ed 100644 --- a/doc/gcrypt.texi +++ b/doc/gcrypt.texi @@ -5181,7 +5181,8 @@ Simple unsigned integer. @noindent Note that all of the above formats store the integer in big-endian -format (MSB first). +format (MSB first). Leading zeroes are stripped unless they are +required to keep a value positive. @end deftypefun |