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

◆ FeedbackSize

override int Internal.Cryptography.RijndaelImplementation.FeedbackSize
getset

Definition at line 32 of file RijndaelImplementation.cs.

33 {
34 get
35 {
36 return _impl.FeedbackSize;
37 }
38 set
39 {
40 _impl.FeedbackSize = value;
41 }
42 }