scripts
This commit is contained in:
@@ -0,0 +1,53 @@
|
||||
using System;
|
||||
using System.Runtime.InteropServices;
|
||||
using Cpp2IlInjected;
|
||||
|
||||
namespace BestHTTP.SecureProtocol.Org.BouncyCastle.Utilities
|
||||
{
|
||||
// Token: 0x02001347 RID: 4935
|
||||
[Token(Token = "0x2001347")]
|
||||
[StructLayout(3)]
|
||||
public abstract class Integers
|
||||
{
|
||||
// Token: 0x06007C74 RID: 31860 RVA: 0x0019E680 File Offset: 0x0019C880
|
||||
[Token(Token = "0x6007C74")]
|
||||
[Address(RVA = "0x2031910", Offset = "0x2030310", VA = "0x182031910")]
|
||||
public static int RotateLeft(int i, int distance)
|
||||
{
|
||||
return i;
|
||||
}
|
||||
|
||||
// Token: 0x06007C75 RID: 31861 RVA: 0x0019E690 File Offset: 0x0019C890
|
||||
[Token(Token = "0x6007C75")]
|
||||
[Address(RVA = "0x2031910", Offset = "0x2030310", VA = "0x182031910")]
|
||||
[CLSCompliant(false)]
|
||||
public static uint RotateLeft(uint i, int distance)
|
||||
{
|
||||
return i;
|
||||
}
|
||||
|
||||
// Token: 0x06007C76 RID: 31862 RVA: 0x0019E6A0 File Offset: 0x0019C8A0
|
||||
[Token(Token = "0x6007C76")]
|
||||
[Address(RVA = "0x2031930", Offset = "0x2030330", VA = "0x182031930")]
|
||||
public static int RotateRight(int i, int distance)
|
||||
{
|
||||
return i;
|
||||
}
|
||||
|
||||
// Token: 0x06007C77 RID: 31863 RVA: 0x0019E6B0 File Offset: 0x0019C8B0
|
||||
[Token(Token = "0x6007C77")]
|
||||
[Address(RVA = "0x2031930", Offset = "0x2030330", VA = "0x182031930")]
|
||||
[CLSCompliant(false)]
|
||||
public static uint RotateRight(uint i, int distance)
|
||||
{
|
||||
return i;
|
||||
}
|
||||
|
||||
// Token: 0x06007C78 RID: 31864 RVA: 0x0019E6C0 File Offset: 0x0019C8C0
|
||||
[Token(Token = "0x6007C78")]
|
||||
[Address(RVA = "0x3C1670", Offset = "0x3C0070", VA = "0x1803C1670")]
|
||||
protected Integers()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user