MerkleDamgard.littleEndian64

Converts 8 bit to 64 bit Little Endian

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

Parameters

input ubyte[]

the source array

output ulong[]

the destination array

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

Meta