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.
1
using
System
;
2
3
namespace
System.Security.Cryptography
4
{
5
// Token: 0x020002BC RID: 700
6
public
static
class
CryptographicOperations
7
{
8
// Token: 0x060017AF RID: 6063 RVA: 0x00033298 File Offset: 0x00031498
9
public
static
bool
FixedTimeEquals
(
ReadOnlySpan<byte>
left,
ReadOnlySpan<byte>
right)
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
}
System.Security.Cryptography.CryptographicOperations.FixedTimeEquals
static bool FixedTimeEquals(ReadOnlySpan< byte > left, ReadOnlySpan< byte > right)
Definition
CryptographicOperations.cs:9
System.Security.Cryptography.CryptographicOperations.ZeroMemory
static void ZeroMemory(Span< byte > buffer)
Definition
CryptographicOperations.cs:18
System.Security.Cryptography.CryptographicOperations
Definition
CryptographicOperations.cs:7
System.Security.Cryptography
Definition
Aes.cs:5
System
Definition
__ComObject.cs:4
System.ReadOnlySpan
Definition
ReadOnlySpan.cs:15
System.Span
Definition
Span.cs:15
source
mscorlib
System
Security
Cryptography
CryptographicOperations.cs
Generated by
1.10.0