aboutsummaryrefslogtreecommitdiff
path: root/doc/man
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-03-19 10:17:48 +0000
committerChristian Grothoff <christian@grothoff.org>2012-03-19 10:17:48 +0000
commitd79b3436609eb619247a8a682acf1fdd5e4d93fa (patch)
treeb53fe7e634183cb8673e2016c678c431c7504787 /doc/man
parent595ba59c3158e65100f4f832cf3bdf15d7e2a72e (diff)
downloadgnunet-d79b3436609eb619247a8a682acf1fdd5e4d93fa.tar.gz
gnunet-d79b3436609eb619247a8a682acf1fdd5e4d93fa.zip
adding API for short (256-bit) hash codes
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/gnunet-rsa.15
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
17Print the corresponding public key to stdout. 17Print the corresponding public key to stdout.
18.B 18.B
19.IP "\-P, \-\-print-peer-identity" 19.IP "\-P, \-\-print-peer-identity"
20Print the corresponding peer identity (hash of the public key) to stdout. 20Print the corresponding peer identity (hash of the public key) to stdout. This hash is used for the name of peers.
21.B
22.IP "\-s, \-\-print-short-identity"
23Print the corresponding short hash (256-bit hash of the public key) to stdout. This hash is used for names in the zkey zone.
21.B 24.B
22.IP "\-c FILENAME, \-\-config=FILENAME" 25.IP "\-c FILENAME, \-\-config=FILENAME"
23Use the configuration file FILENAME. 26Use the configuration file FILENAME.