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

◆ HashCore() [1/2]

override void System.Security.Cryptography.HMACSHA512.HashCore ( byte[] rgb,
int ib,
int cb )
inlineprotected

Definition at line 62 of file HMACSHA512.cs.

63 {
64 _hMacCommon.AppendHashData(rgb, ib, cb);
65 }
void AppendHashData(byte[] data, int offset, int count)
Definition HMACCommon.cs:63

References System.Security.Cryptography.HMACSHA512._hMacCommon, and Internal.Cryptography.HMACCommon.AppendHashData().