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

◆ s_hashSizes

readonly ConcurrentDictionary<HashAlgorithmName, int> System.Security.Cryptography.RSACng.s_hashSizes
staticprivate
Initial value:
= new ConcurrentDictionary<HashAlgorithmName, int>(new KeyValuePair<HashAlgorithmName, int>[3]
{
KeyValuePair.Create(HashAlgorithmName.SHA256, 32),
KeyValuePair.Create(HashAlgorithmName.SHA384, 48),
KeyValuePair.Create(HashAlgorithmName.SHA512, 64)
})

Definition at line 20 of file RSACng.cs.

Referenced by System.Security.Cryptography.RSACng.GetHashSizeInBytes().