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

◆ CreateEncryptor() [2/3]

override ICryptoTransform Internal.Cryptography.TripleDesImplementation.CreateEncryptor ( byte[] rgbKey,
byte[] rgbIV )
inline

Definition at line 29 of file TripleDesImplementation.cs.

30 {
31 return CreateTransform(rgbKey, rgbIV.CloneByteArray(), encrypting: true);
32 }
ICryptoTransform CreateTransform(byte[] rgbKey, byte[] rgbIV, bool encrypting)

References Internal.Cryptography.TripleDesImplementation.CreateTransform().