diff options
Diffstat (limited to 'crypto.h')
-rw-r--r-- | crypto.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 */ |