Internal.Cryptography.Helpers
namespace Internal.Cryptography
{
internal static class Helpers
{
public static bool IsDSASupported { get; }
public static bool IsRC2Supported { get; }
public static byte[] CloneByteArray(this byte[] src);
}
}