11 references to HashType
Microsoft.NET.HostModel (11)
MachO\BinaryFormat\Blobs\CodeDirectoryBlob.cs (7)
69HashType hashType, 96public static HashType DefaultHashType => HashType.SHA256; 128HashType hashType = HashType.SHA256) 194public HashType HashType; 226public CodeDirectoryHeader(string identifier, uint codeSlotCount, uint specialCodeSlotCount, uint executableLength, byte hashSize, HashType hashType, ulong signatureStart, ulong execSegmentBase, ulong execSegmentLimit, ExecutableSegmentFlags execSegmentFlags, byte log2PageSize)
MachO\Enums\HashType.cs (4)
19internal static HashAlgorithm CreateHashAlgorithm(this HashType hashType) 23HashType.SHA256 => SHA256.Create(), 28internal static byte GetHashSize(this HashType hashType) 32HashType.SHA256 => 32, // SHA-256 produces a 32-byte hash