[CLSCompliantAttribute(false)]
public static int GetHashCode(
uint[] data,
int off,
int len
)
<CLSCompliantAttribute(false)>
Public Shared Function GetHashCode (
data As UInteger(),
off As Integer,
len As Integer
) As Integer
public:
[CLSCompliantAttribute(false)]
static int GetHashCode(
array<unsigned int>^ data,
int off,
int len
)
Org.BouncyCastle.Utilities.Arrays.GetHashCode = function(data, off, len);