Class: DAP::ChecksumAlgorithm
- Defined in:
- lib/dap/checksum_algorithm.rb
Overview
Names of checksum algorithms that may be supported by a debug adapter.
Constant Summary collapse
- MD5 =
new('MD5')
- SHA1 =
new('SHA1')
- SHA256 =
new('SHA256')
- TIMESTAMP =
new('timestamp')