aboutsummaryrefslogtreecommitdiff
path: root/doc/man/gnunet-scalarproduct.1
blob: 34d5e4ef03443f48e03e7ea94a9829167fd1c5b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
.TH GNUNET-VECTORPRODUCT 1 "August 8, 2013" "GNUnet"
.SH NAME
gnunet\-vectorproduct \- compute a vectorproduct
.SH SYNOPSIS
.B gnunet\-vectorproduct
.RI [ options ]
.SH DESCRIPTION
\fBgnunet-vectorproduct\fP enables you to compute a vectorproduct
across two peers \fBAlice\fP and \fBBob\fP.
.PP
A client can issue one of two messages to its service:
.TS
tab (@);
l lx.
1@T{
A request to compute a vectorproduct with another peer (\fBAlice\fP)
T}
2@T{
Elements to support a peer in computing a vectorproduct (\fBBob\fP)
T}
.TE
Both requests must share the same SID, which can be an arbitrary
string identifying the session. SIDs should be unique, however it is
sufficient to guarantee the uniqueness of the tupel element count and
session ID.
.PP
\fBAlice\fP\'s client must supply the ASCII encoded peer ID of bob\'s
service, it will internally be checked by the client for
validity. Invalid values here result in the client or the service
failing the session.
.PP
Elements are handed over as signed decimal integers, the element count
supplied by \fBAlice\fP and \fBBob\fP must match. \fBAlice\fP can also
supply a mask for these values to her service, which allows partial
vector products to be computed across the vector. Elements can be
masked by setting their the corresponding mask element to zero, any
other value means the element will not be masked. \fBAlice\fP\'s
client will also mask all 0-values to avoid information leakage to
\fBBob\fP.
.PP
The protocol by definition relies on \fBAlice\fP and \fBBob\fP being
benign, thus \fBBob\fP can arbitrarily falsify his information. Both
peers collaborate to achieve a correct result.
.SH OPTIONS
.IP "\-e ELEMENTS, \-\-elements=ELEMENTS"
The element-vector the vectorproduct should be computed over in signed
decimal form, eg: \"42,1,-3,3,7\". Zero value elements will be automatically masked.
.IP "\-m MASK, \-\-mask=MASK"
Elements in the vector can be masked. There must be at least two
elements left in the vector to compute a vectorproduct. Non-Zero
values indicate an element is not maskes.
.IP "\-k KEY, \-\-key=KEY"
The session key, a shared string of arbitrary length from which the
SID will be generated
.IP "\-c FILENAME,  \-\-config=FILENAME"
Use the configuration file FILENAME.
.IP "\-p PEERID, \-\-peer=PEERID"
The remote peer\'s ASCII-armored gnunet-peer ID as output by
gnunet-peerinfo. If this option is not given, the peer will take the
\fBBob\fP\'s role.
.IP "\-h, \-\-help"
Print short help on options.
.IP "\-L LOGLEVEL, \-\-loglevel=LOGLEVEL"
Use LOGLEVEL for logging.  Valid values are DEBUG, INFO, WARNING and ERROR.
.IP "\-v, \-\-version"
Print GNUnet version number.
.SH BUGS
Report bugs by using Mantis <https://bugs.gnunet.org/> or by sending
electronic mail to <gnunet\-developers@gnu.org>
.SH SEE ALSO
gnunet\-peerinfo(1)
.PP
The full documentation for
.B gnunet
is maintained as a Texinfo manual.
If the
.B info
and
.B gnunet
programs are properly installed at your site, the command
.IP
.B info gnunet
.PP
should give you access to the complete handbook,
.IP
.B info gnunet-c-tutorial
.PP
will give you access to a tutorial for developers.
.PP
Depending on your installation, this information is also
available in
\fBgnunet\fP(7) and \fBgnunet-c-tutorial\fP(7).