MerkleDamgard.littleEndian64

Converts 8 bit to 64 bit Little Endian

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

Parameters

input const(ubyte[])

the source array

output ulong[]

the destination array

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

Meta