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

◆ HashCore() [1/2]

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

Definition at line 54 of file HMACSHA1.cs.

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

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