SipHashRotateLeft Method

Definition

Namespace: Org.BouncyCastle.Crypto.Macs
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
protected static long RotateLeft(
	long x,
	int n
)

Parameters

x  Int64
 
n  Int32
 

Return Value

Int64

See Also