MerkleDamgard.littleEndian32

Converts 8 bit to 32 bit Little Endian

class MerkleDamgard
protected static final
void
littleEndian32
(
ubyte[] input
,
uint[] output
)

Parameters

input ubyte[]

the source array

output uint[]

the destination array

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

Meta