binaryHash

Undocumented in source.
immutable(Buffer)
binaryHash
(
const(HashNet) net
,
scope const(ubyte[]) h1
,
scope const(ubyte[]) h2
)
out (result) { if (h1.length is 0) { assert (h2 == result); } else if (h2.length is 0) { assert (h1 == result); } }

Meta