terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
AesCcm (byte[] key) | |
AesCcm (ReadOnlySpan< byte > key) | |
void | Decrypt (byte[] nonce, byte[] ciphertext, byte[] tag, byte[] plaintext, [Optional] byte[] associatedData) |
void | Decrypt (ReadOnlySpan< byte > nonce, ReadOnlySpan< byte > ciphertext, ReadOnlySpan< byte > tag, Span< byte > plaintext, [Optional] ReadOnlySpan< byte > associatedData) |
void | Dispose () |
void | Encrypt (byte[] nonce, byte[] plaintext, byte[] ciphertext, byte[] tag, [Optional] byte[] associatedData) |
void | Encrypt (ReadOnlySpan< byte > nonce, ReadOnlySpan< byte > plaintext, Span< byte > ciphertext, Span< byte > tag, [Optional] ReadOnlySpan< byte > associatedData) |
Properties | |
static KeySizes | NonceByteSizes [get] |
static KeySizes | TagByteSizes [get] |