Values.HashAlgorithmOptionsSourceThe hash algorithms that are available to a code-signing job.
type nonrec t = {allowedValues : HashAlgorithms.t option;The set of accepted hash algorithms allowed in a code-signing job.
*)defaultValue : HashAlgorithm.t option;The default hash algorithm that is used in a code-signing job.
*)}