diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-03-19 10:17:48 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-03-19 10:17:48 +0000 |
commit | d79b3436609eb619247a8a682acf1fdd5e4d93fa (patch) | |
tree | b53fe7e634183cb8673e2016c678c431c7504787 /doc | |
parent | 595ba59c3158e65100f4f832cf3bdf15d7e2a72e (diff) |
adding API for short (256-bit) hash codes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/gnunet-rsa.1 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/man/gnunet-rsa.1 b/doc/man/gnunet-rsa.1 index f3b1df3d3..46f24de1c 100644 --- a/doc/man/gnunet-rsa.1 +++ b/doc/man/gnunet-rsa.1 @@ -17,7 +17,10 @@ gnunet\-rsa \- manipulate GNUnet RSA key files Print the corresponding public key to stdout. .B .IP "\-P, \-\-print-peer-identity" -Print the corresponding peer identity (hash of the public key) to stdout. +Print the corresponding peer identity (hash of the public key) to stdout. This hash is used for the name of peers. +.B +.IP "\-s, \-\-print-short-identity" +Print the corresponding short hash (256-bit hash of the public key) to stdout. This hash is used for names in the zkey zone. .B .IP "\-c FILENAME, \-\-config=FILENAME" Use the configuration file FILENAME. |