|
Terraria v1.4.4.9
Terraria source code documentation
|
Properties | |
| static SafeAlgorithmHandle | AesCcm [get] |
| static SafeAlgorithmHandle | AesGcm [get] |
| static bool | IsChaCha20Poly1305Supported = OperatingSystem.IsWindowsVersionAtLeast(10, 0, 20142) [get] |
| static SafeAlgorithmHandle | ChaCha20Poly1305 [get] |
Static Private Member Functions | |
| static SafeAlgorithmHandle | GetCachedAlgorithmHandle (ref SafeAlgorithmHandle handle, string algId, string chainingMode=null) |
Static Private Attributes | |
| static SafeAlgorithmHandle | s_aesCcm |
| static SafeAlgorithmHandle | s_aesGcm |
| static SafeAlgorithmHandle | s_chaCha20Poly1305 |
Definition at line 7 of file BCryptAeadHandleCache.cs.