Zeth - Zerocash on Ethereum
0.8
Reference implementation of the Zeth protocol by Clearmatics
|
#include <mpc_hash.hpp>
Public Types | |
using | OutBuffer = mpc_hash_t |
Public Member Functions | |
mpc_hash () | |
void | update (const void *, size_t) |
void | final (OutBuffer out_buffer) |
Simple class wrapper around the above hash, following the HashT interface in hash_stream.hpp.
Definition at line 40 of file mpc_hash.hpp.
Definition at line 46 of file mpc_hash.hpp.
libzeth::mpc_hash::mpc_hash | ( | ) |
void libzeth::mpc_hash::final | ( | OutBuffer | out_buffer | ) |
void libzeth::mpc_hash::update | ( | const void * | data, |
size_t | size | ||
) |