Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Internal.Cryptography.DesBCryptModes Class Reference

Static Package Functions

static SafeAlgorithmHandle GetSharedHandle (CipherMode cipherMode, int feedback)
 

Static Private Member Functions

static Lazy< SafeAlgorithmHandleOpenDesAlgorithm (string cipherMode)
 

Static Private Attributes

static readonly Lazy< SafeAlgorithmHandles_hAlgCbc = OpenDesAlgorithm("ChainingModeCBC")
 
static readonly Lazy< SafeAlgorithmHandles_hAlgEcb = OpenDesAlgorithm("ChainingModeECB")
 
static readonly Lazy< SafeAlgorithmHandles_hAlgCfb8 = OpenDesAlgorithm("ChainingModeCFB")
 

Detailed Description

Definition at line 7 of file DesBCryptModes.cs.


The documentation for this class was generated from the following file: