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