Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsValidEphemeralFeedbackSize()
bool
ICngSymmetricAlgorithm. System.Security.Cryptography.AesCng.IsValidEphemeralFeedbackSize
(
int
feedbackSizeInBits
)
inline
private
Implements
Internal.Cryptography.ICngSymmetricAlgorithm
.
Definition at line
199
of file
AesCng.cs
.
200
{
201
if
(feedbackSizeInBits != 8)
202
{
203
return
feedbackSizeInBits == 128;
204
}
205
return
true
;
206
}
System
Security
Cryptography
AesCng
Generated by
1.10.0