MDxHashFunction.compressN

Run the hash's compression function over a set of blocks

class MDxHashFunction
protected public protected abstract
void
compressN
(
const(ubyte)* blocks
,
size_t block_n
)

Parameters

blocks const(ubyte)*

the input

block_n size_t

the number of blocks

Meta