diff options
author | Markus Teich <markus.teich@stusta.mhn.de> | 2016-06-28 22:05:30 +0200 |
---|---|---|
committer | Markus Teich <markus.teich@stusta.mhn.de> | 2016-06-28 22:05:30 +0200 |
commit | 7975df02197ad12b323a0b000434ff794cdc94c2 (patch) | |
tree | 20772708dce88cb761992b6a216cdb5d4cb30148 /crypto.h | |
parent | e25578ad259462ba0d8a5d8174507561ef4e900a (diff) |
add outcome determination plus test
- also fix bug in smc_sum()
Diffstat (limited to 'crypto.h')
-rw-r--r-- | crypto.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 */ |