11 references to HashType
Microsoft.NET.HostModel (11)
MachO\BinaryFormat\Blobs\CodeDirectoryBlob.cs (7)
69HashType hashType, 91public static HashType DefaultHashType => HashType.SHA256; 122HashType hashType = HashType.SHA256, 188public HashType HashType; 220public CodeDirectoryHeader(string identifier, uint codeSlotCount, uint specialCodeSlotCount, uint executableLength, byte hashSize, HashType hashType, ulong signatureStart, ulong execSegmentBase, ulong execSegmentLimit, ExecutableSegmentFlags execSegmentFlags)
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