aboutsummaryrefslogtreecommitdiff
path: root/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto.h')
-rw-r--r--crypto.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto.h b/crypto.h
index 77e1848..4e93e03 100644
--- a/crypto.h
+++ b/crypto.h
@@ -123,4 +123,9 @@ int smc_recv_encrypted_bid (struct AuctionData *ad,
size_t buflen,
uint16_t sender_index);
+unsigned char *smc_compute_outcome (struct AuctionData *ad, size_t *buflen);
+int smc_recv_outcome (struct AuctionData *ad,
+ unsigned char *buf,
+ size_t buflen,
+ uint16_t sender);
#endif /* ifndef _BRANDT_CRYPTO_H */