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

◆ HMACSHA1() [1/3]

System.Security.Cryptography.HMACSHA1.HMACSHA1 ( )
inline

Definition at line 29 of file HMACSHA1.cs.

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