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

◆ HMACSHA256() [1/2]

System.Security.Cryptography.HMACSHA256.HMACSHA256 ( )
inline

Definition at line 28 of file HMACSHA256.cs.

29 : this(RandomNumberGenerator.GetBytes(64))
30 {
31 }