terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
CryptographicOperations.cs
Go to the documentation of this file.
1using System;
2
4{
5 // Token: 0x020002BC RID: 700
6 public static class CryptographicOperations
7 {
8 // Token: 0x060017AF RID: 6063 RVA: 0x00033298 File Offset: 0x00031498
10 {
11 if (2 != 0)
12 {
13 return;
14 }
15 }
16
17 // Token: 0x060017B0 RID: 6064 RVA: 0x000332B0 File Offset: 0x000314B0
18 public static void ZeroMemory(Span<byte> buffer)
19 {
20 }
21 }
22}
static bool FixedTimeEquals(ReadOnlySpan< byte > left, ReadOnlySpan< byte > right)