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

◆ HashProviderCng() [3/4]

Internal.Cryptography.HashProviderCng.HashProviderCng ( string hashAlgId,
byte[] key )
inline

Definition at line 22 of file HashProviderCng.cs.

23 : this(hashAlgId, key, key != null)
24 {
25 }