MerkleDamgard.bigEndian32

Converts 8 bit to 32 bit Big Endian

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

Parameters

input const(ubyte[])

the source array

output uint[]

the destination array

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

Meta