MerkleDamgard.bigEndian64

Converts 8 bit to 64 bit Big Endian

class MerkleDamgard
protected static final
void
bigEndian64
(
ubyte[] input
,
ulong[] output
)

Parameters

output ulong[]

the destination array

Remarks: Converts an array of ubyte[] into ulong[] in Big Endian byte order.

Meta