Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ AesCcm() [2/2]

System.Security.Cryptography.AesCcm.AesCcm ( byte[] key)
inline

Definition at line 30 of file AesCcm.cs.

31 {
33 if (key == null)
34 {
35 throw new ArgumentNullException("key");
36 }
37 AesAEAD.CheckKeySize(key.Length);
39 }
void ImportKey(ReadOnlySpan< byte > key)
Definition AesCcm.cs:89

References System.Security.Cryptography.AesAEAD.CheckKeySize(), System.Security.Cryptography.AesCcm.ImportKey(), System.key, and System.Security.Cryptography.AesCcm.ThrowIfNotSupported().