aboutsummaryrefslogtreecommitdiff
path: root/crypto.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto.h')
-rw-r--r--crypto.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto.h b/crypto.h
index 4e93e03..cb1daea 100644
--- a/crypto.h
+++ b/crypto.h
@@ -128,4 +128,11 @@ int smc_recv_outcome (struct AuctionData *ad,
unsigned char *buf,
size_t buflen,
uint16_t sender);
+
+unsigned char *smc_decrypt_outcome (struct AuctionData *ad, size_t *buflen);
+int smc_recv_decryption (struct AuctionData *ad,
+ unsigned char *buf,
+ size_t buflen,
+ uint16_t sender);
+
#endif /* ifndef _BRANDT_CRYPTO_H */