MerkleDamgard.rotateLeft

Rotate left by n

class MerkleDamgard
protected static final
uint
rotateLeft
(
uint x
,
uint n
)

Parameters

x uint

the value to rotate

n uint

the amount to rotate by

Remarks: Rotates a 32 bit value by the specified amount.

Meta