supportedChecksumAlgorithms top-level constant

List<String> const supportedChecksumAlgorithms

The algorithms supported for the oc:checksum prop and OC-Checksum header.

Implementation

const supportedChecksumAlgorithms = ['md5', 'sha1', 'sha256', 'sha3-256', 'adler32'];