20 h.
put(message, nbytes);
24 bool open(
Decom decom,
Com com,
const void * message,
int nbytes) {
27 h.
put(message, nbytes);
void reset()
Definition: hash.h:45
Hash h
Definition: com.h:14
__m128i block
Definition: block.h:8
void put_block(const block *block, int nblock=1)
Definition: hash.h:35
void put(const void *data, int nbyte)
Definition: hash.h:23
void random_block(block *data, int nblocks=1)
Definition: prg.h:75
char Com[20]
Definition: com.h:10
block Decom[1]
Definition: com.h:11
void digest(char *a)
Definition: hash.h:38
bool open(Decom decom, Com com, const void *message, int nbytes)
Definition: com.h:24
static const int DIGEST_SIZE
Definition: hash.h:17
void commit(Decom decom, Com com, const void *message, int nbytes)
Definition: com.h:16
PRG prg
Definition: com.h:15