4 references to SHA256
Microsoft.NET.HostModel (4)
MachO\BinaryFormat\Blobs\CodeDirectoryBlob.cs (2)
91
public static HashType DefaultHashType => HashType.
SHA256
;
122
HashType hashType = HashType.
SHA256
,
MachO\Enums\HashType.cs (2)
23
HashType.
SHA256
=> SHA256.Create(),
32
HashType.
SHA256
=> 32, // SHA-256 produces a 32-byte hash