Names of checksum algorithms that may be supported by a debug adapter.

Variables

@:value(cast "MD5")@:enum@:implinlineread onlyMD5:ChecksumAlgorithm = "MD5"

@:value(cast "SHA1")@:enum@:implinlineread onlySHA1:ChecksumAlgorithm = "SHA1"

@:value(cast "SHA256")@:enum@:implinlineread onlySHA256:ChecksumAlgorithm = "SHA256"

@:value(cast "timestamp")@:enum@:implinlineread onlyTimestamp:ChecksumAlgorithm = "timestamp"