aboutsummaryrefslogtreecommitdiff
path: root/src/scalarproduct/gnunet-service-scalarproduct.h
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-09-08 12:33:09 +0000
committerng0 <ng0@n0.is>2019-09-08 12:33:09 +0000
commitd41ed82a4ea0cc8e1674b6d5d2c49fd6462610bb (patch)
tree9efd18ea7d425652085ed0bd5e8e45604bc5f6b9 /src/scalarproduct/gnunet-service-scalarproduct.h
parenta0fce305c565c0937d917a92712f15e9c5736260 (diff)
downloadgnunet-d41ed82a4ea0cc8e1674b6d5d2c49fd6462610bb.tar.gz
gnunet-d41ed82a4ea0cc8e1674b6d5d2c49fd6462610bb.zip
uncrustify as demanded.
Diffstat (limited to 'src/scalarproduct/gnunet-service-scalarproduct.h')
-rw-r--r--src/scalarproduct/gnunet-service-scalarproduct.h15
1 files changed, 5 insertions, 10 deletions
diff --git a/src/scalarproduct/gnunet-service-scalarproduct.h b/src/scalarproduct/gnunet-service-scalarproduct.h
index 668f6441c..d795badf1 100644
--- a/src/scalarproduct/gnunet-service-scalarproduct.h
+++ b/src/scalarproduct/gnunet-service-scalarproduct.h
@@ -11,7 +11,7 @@
11 WITHOUT ANY WARRANTY; without even the implied warranty of 11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Affero General Public License for more details. 13 Affero General Public License for more details.
14 14
15 You should have received a copy of the GNU Affero General Public License 15 You should have received a copy of the GNU Affero General Public License
16 along with this program. If not, see <http://www.gnu.org/licenses/>. 16 along with this program. If not, see <http://www.gnu.org/licenses/>.
17 17
@@ -37,8 +37,7 @@ GNUNET_NETWORK_STRUCT_BEGIN
37 * send a `struct AliceCryptodataMessage *`. Bob is not expected 37 * send a `struct AliceCryptodataMessage *`. Bob is not expected
38 * to respond via CADET in the meantime. 38 * to respond via CADET in the meantime.
39 */ 39 */
40struct ServiceRequestMessage 40struct ServiceRequestMessage {
41{
42 /** 41 /**
43 * Type is #GNUNET_MESSAGE_TYPE_SCALARPRODUCT_SESSION_INITIALIZATION 42 * Type is #GNUNET_MESSAGE_TYPE_SCALARPRODUCT_SESSION_INITIALIZATION
44 */ 43 */
@@ -58,7 +57,6 @@ struct ServiceRequestMessage
58 * Alice's public key 57 * Alice's public key
59 */ 58 */
60 struct GNUNET_CRYPTO_PaillierPublicKey public_key; 59 struct GNUNET_CRYPTO_PaillierPublicKey public_key;
61
62}; 60};
63 61
64 62
@@ -67,8 +65,7 @@ struct ServiceRequestMessage
67 * (after set intersection). Alice may send messages of this 65 * (after set intersection). Alice may send messages of this
68 * type repeatedly to transmit all values. 66 * type repeatedly to transmit all values.
69 */ 67 */
70struct AliceCryptodataMessage 68struct AliceCryptodataMessage {
71{
72 /** 69 /**
73 * Type is #GNUNET_MESSAGE_TYPE_SCALARPRODUCT_ALICE_CRYPTODATA 70 * Type is #GNUNET_MESSAGE_TYPE_SCALARPRODUCT_ALICE_CRYPTODATA
74 */ 71 */
@@ -92,8 +89,7 @@ struct AliceCryptodataMessage
92 * conversation may be continued with `struct BobCryptodataMultipartMessage` 89 * conversation may be continued with `struct BobCryptodataMultipartMessage`
93 * messages afterwards. 90 * messages afterwards.
94 */ 91 */
95struct BobCryptodataMessage 92struct BobCryptodataMessage {
96{
97 /** 93 /**
98 * GNUNET message header with type 94 * GNUNET message header with type
99 * #GNUNET_MESSAGE_TYPE_SCALARPRODUCT_BOB_CRYPTODATA. 95 * #GNUNET_MESSAGE_TYPE_SCALARPRODUCT_BOB_CRYPTODATA.
@@ -118,8 +114,7 @@ struct BobCryptodataMessage
118 * Once all k-values have been transmitted, Bob is finished and 114 * Once all k-values have been transmitted, Bob is finished and
119 * Alice can transmit the final result to the client. 115 * Alice can transmit the final result to the client.
120 */ 116 */
121struct BobCryptodataMultipartMessage 117struct BobCryptodataMultipartMessage {
122{
123 /** 118 /**
124 * GNUNET message header 119 * GNUNET message header
125 */ 120 */