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

◆ IsValidEphemeralFeedbackSize()

bool ICngSymmetricAlgorithm. System.Security.Cryptography.TripleDESCng.IsValidEphemeralFeedbackSize ( int feedbackSizeInBits)
inlineprivate

Implements Internal.Cryptography.ICngSymmetricAlgorithm.

Definition at line 199 of file TripleDESCng.cs.

200 {
201 if (feedbackSizeInBits != 8)
202 {
203 return feedbackSizeInBits == 64;
204 }
205 return true;
206 }