// Assembly: ACTk.Runtime
// Full name: CodeStage.AntiCheat.Storage.ObscuredFileCrypto

namespace CodeStage.AntiCheat.Storage
{
public class ObscuredFileCrypto // TypeDefIndex: 11002
{
	// Fields
	type#20892 HashSize;
	type#20892 BufferSize;
	type#12866 copyStreamBuffer;

	// Methods
	// RVA: -1
	public static type#28660 Encrypt(type#26548 input, type#26548 output, type#17826 settings) { }
	// RVA: -1
	public static type#28660 Decrypt(type#26548 input, type#26548 output, type#17826 settings) { }
	// RVA: -1
	internal static type#27917 CalculateHash(type#26548 input) { }
	// RVA: -1
	internal static type#27917 ReadHash(type#26548 input) { }
	// RVA: -1
	internal static type#28660 WriteHash(type#26548 writer, type#27917 hash) { }
	// RVA: -1
	private static type#27917 CalculateHashInternal(type#26548 input) { }
	// RVA: -1
	private static type#28660 EncryptInternal(type#26548 input, type#26548 output, type#17826 settings) { }
	// RVA: -1
	private static type#12860 HashToBytes(type#27917 hash) { }
	// RVA: -1
	private static type#27917 BytesToHash(type#12860 hash) { }
	// RVA: -1
	private static type#28660 DecryptInternal(type#26548 input, type#26548 output, type#17826 settings) { }
}
}
