|
@@ -110,7 +110,6 @@ namespace Renci.SshNet.Security.Org.BouncyCastle.Utilities
|
|
|
return HaveSameContents(a, b);
|
|
return HaveSameContents(a, b);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- [CLSCompliantAttribute(false)]
|
|
|
|
|
public static bool AreEqual(uint[] a, uint[] b)
|
|
public static bool AreEqual(uint[] a, uint[] b)
|
|
|
{
|
|
{
|
|
|
if (a == b)
|
|
if (a == b)
|
|
@@ -288,7 +287,6 @@ namespace Renci.SshNet.Security.Org.BouncyCastle.Utilities
|
|
|
return hc;
|
|
return hc;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- [CLSCompliantAttribute(false)]
|
|
|
|
|
public static int GetHashCode(uint[] data)
|
|
public static int GetHashCode(uint[] data)
|
|
|
{
|
|
{
|
|
|
if (data == null)
|
|
if (data == null)
|
|
@@ -306,7 +304,6 @@ namespace Renci.SshNet.Security.Org.BouncyCastle.Utilities
|
|
|
return hc;
|
|
return hc;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- [CLSCompliantAttribute(false)]
|
|
|
|
|
public static int GetHashCode(uint[] data, int off, int len)
|
|
public static int GetHashCode(uint[] data, int off, int len)
|
|
|
{
|
|
{
|
|
|
if (data == null)
|
|
if (data == null)
|
|
@@ -324,7 +321,6 @@ namespace Renci.SshNet.Security.Org.BouncyCastle.Utilities
|
|
|
return hc;
|
|
return hc;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- [CLSCompliantAttribute(false)]
|
|
|
|
|
public static int GetHashCode(ulong[] data)
|
|
public static int GetHashCode(ulong[] data)
|
|
|
{
|
|
{
|
|
|
if (data == null)
|
|
if (data == null)
|
|
@@ -345,7 +341,6 @@ namespace Renci.SshNet.Security.Org.BouncyCastle.Utilities
|
|
|
return hc;
|
|
return hc;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- [CLSCompliantAttribute(false)]
|
|
|
|
|
public static int GetHashCode(ulong[] data, int off, int len)
|
|
public static int GetHashCode(ulong[] data, int off, int len)
|
|
|
{
|
|
{
|
|
|
if (data == null)
|
|
if (data == null)
|
|
@@ -404,14 +399,12 @@ namespace Renci.SshNet.Security.Org.BouncyCastle.Utilities
|
|
|
return data == null ? null : (long[])data.Clone();
|
|
return data == null ? null : (long[])data.Clone();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- [CLSCompliantAttribute(false)]
|
|
|
|
|
public static ulong[] Clone(
|
|
public static ulong[] Clone(
|
|
|
ulong[] data)
|
|
ulong[] data)
|
|
|
{
|
|
{
|
|
|
return data == null ? null : (ulong[]) data.Clone();
|
|
return data == null ? null : (ulong[]) data.Clone();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- [CLSCompliantAttribute(false)]
|
|
|
|
|
public static ulong[] Clone(
|
|
public static ulong[] Clone(
|
|
|
ulong[] data,
|
|
ulong[] data,
|
|
|
ulong[] existing)
|
|
ulong[] existing)
|