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

◆ HMACSHA512() [1/2]

System.Security.Cryptography.HMACSHA512.HMACSHA512 ( )
inline

Definition at line 44 of file HMACSHA512.cs.

45 : this(RandomNumberGenerator.GetBytes(128))
46 {
47 }