uncrustify as demanded.
[oweals/gnunet.git] / src / secretsharing / secretsharing_protocol.h
index f05d27e29f873b1462c1bb2df9dcfa9cb8aef93d..949ab79d909bfde2739063d24bfe32bc7eb3fdee 100644 (file)
       WITHOUT ANY WARRANTY; without even the implied warranty of
       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
       Affero General Public License for more details.
-     
+
       You should have received a copy of the GNU Affero General Public License
       along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
      SPDX-License-Identifier: AGPL3.0-or-later
-*/
+ */
 
 
 /**
@@ -40,8 +40,7 @@ GNUNET_NETWORK_STRUCT_BEGIN
 /**
  * Consensus element data used in the first round of key generation.
  */
-struct GNUNET_SECRETSHARING_KeygenCommitData
-{
+struct GNUNET_SECRETSHARING_KeygenCommitData {
   /**
    * Signature over the rest of the message.
    */
@@ -66,8 +65,7 @@ struct GNUNET_SECRETSHARING_KeygenCommitData
 };
 
 
-struct GNUNET_SECRETSHARING_KeygenRevealData
-{
+struct GNUNET_SECRETSHARING_KeygenRevealData {
   /**
    * Signature over rest of the message.
    */
@@ -89,8 +87,7 @@ struct GNUNET_SECRETSHARING_KeygenRevealData
  * Data of then element put in consensus
  * for decrypting a value.
  */
-struct GNUNET_SECRETSHARING_DecryptData
-{
+struct GNUNET_SECRETSHARING_DecryptData {
   /*
    * Signature over rest of the message.
    */
@@ -129,8 +126,7 @@ struct GNUNET_SECRETSHARING_DecryptData
 };
 
 
-struct GNUNET_SECRETSHARING_FairEncryption
-{
+struct GNUNET_SECRETSHARING_FairEncryption {
   struct GNUNET_CRYPTO_PaillierCiphertext c;
   /**
    * h = g^x, where x is the fairly encrypte secret.