Enumeration Caseswift-png 4.4.5LZ77

    invalidStreamChecksum(declared:computed:)

    The modular redundancy checksum computed on the uncompressed data did not match the checksum declared in the compressed data stream footer.

    LZ77.DecompressionError.swift:28
    case invalidStreamChecksum(declared: UInt32, computed: UInt32)

    This error should not be confused with StreamHeaderError.invalidCheckBits, nor should it be confused with PNG.LexingError.invalidChunkChecksum(declared:computed:), which refers to the cyclic redundancy checksum in every PNG chunk.

    Other cases