aboutsummaryrefslogtreecommitdiff
path: root/crypto.h
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2016-06-28 22:05:30 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2016-06-28 22:05:30 +0200
commit7975df02197ad12b323a0b000434ff794cdc94c2 (patch)
tree20772708dce88cb761992b6a216cdb5d4cb30148 /crypto.h
parente25578ad259462ba0d8a5d8174507561ef4e900a (diff)
add outcome determination plus test
- also fix bug in smc_sum()
Diffstat (limited to 'crypto.h')
-rw-r--r--crypto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto.h b/crypto.h
index cb1daea..8d2983c 100644
--- a/crypto.h
+++ b/crypto.h
@@ -135,4 +135,6 @@ int smc_recv_decryption (struct AuctionData *ad,
size_t buflen,
uint16_t sender);
+int32_t smc_determine_outcome (struct AuctionData *ad);
+
#endif /* ifndef _BRANDT_CRYPTO_H */