Terraria v1.4.4.9
Terraria source code documentation
|
Static Package Functions | |
static SafeAlgorithmHandle | GetSharedHandle (CipherMode cipherMode, int feedback) |
Static Private Member Functions | |
static Lazy< SafeAlgorithmHandle > | OpenDesAlgorithm (string cipherMode) |
Static Private Attributes | |
static readonly Lazy< SafeAlgorithmHandle > | s_hAlgCbc = OpenDesAlgorithm("ChainingModeCBC") |
static readonly Lazy< SafeAlgorithmHandle > | s_hAlgEcb = OpenDesAlgorithm("ChainingModeECB") |
static readonly Lazy< SafeAlgorithmHandle > | s_hAlgCfb8 = OpenDesAlgorithm("ChainingModeCFB") |
Definition at line 7 of file DesBCryptModes.cs.