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

◆ CreateHashHandle() [1/2]

static SafeHashHandle Internal.NativeCrypto.CapiHelper.CreateHashHandle ( this SafeProvHandle hProv,
byte[] hash,
int calgHash )
inlinestaticprivate

Definition at line 1286 of file CapiHelper.cs.

1287 {
1288 return hProv.CreateHashHandle(hash, calgHash, throwOnSizeError: true);
1289 }