MDxHashFunction.this

class MDxHashFunction
this
(
size_t block_len
,,
bool bit_end
,
size_t cnt_size = 8
)

Parameters

block_len size_t

is the number of bytes per block

byte_end bool

specifies if the hash uses big-endian bytes

bit_end bool

specifies if the hash uses big-endian bits

cnt_size size_t

specifies the size of the counter var in bytes

Meta